Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Term Entry] Add jacobs law #6431

Merged
merged 10 commits into from
Apr 4, 2025
41 changes: 41 additions & 0 deletions content/uiux/concepts/ux-psychology/terms/jacobs-law/jacobs-law.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
Title: 'Jacobs Law'
Description: 'Jacobs Law states that users expect new interfaces to work like the ones they already know, making familiarity essential for a smooth experience.'
Subjects:
- 'Computer Science'
- 'Web Design'
Tags:
- 'Design'
- 'UI'
- 'UX'
CatalogContent:
- 'intro-to-ui-ux'
- 'paths/front-end-engineer-career-path'
---

**Jacob’s Law**, proposed by Jakob Nielsen, highlights a key UX design principle: users spend most of their time on other applications and websites, which shapes their expectations for how interfaces should work. Instead of creating entirely unique designs, aligning with familiar patterns and conventions results in a smoother user experience and reduces cognitive friction.

This law emphasizes the importance of consistency and convention in design. We minimize confusion and enhance usability by meeting users' expectations based on their prior experiences. Innovative or visually appealing designs can cause frustration if they deviate too much from established norms.

## Example

A common example of Jacob’s Law in practice is navigation design. Most users expect the navigation bar to be at the top of a webpage, with a logo on the left and clickable links for main sections. Moving this navigation to an unexpected place or using unfamiliar icons without labels can negatively affect usability.

Designing interfaces that follow familiar patterns helps users feel comfortable and navigate efficiently.

### Why Jacob’s Law Matters

Research from Nielsen Norman Group indicates that familiar interfaces reduce cognitive load, improving task success and satisfaction. Products that align with users' expectations are easier to learn and use — increasing retention and reducing support needs.

### Common Applications

E-commerce platforms like Amazon, ASOS, and Shopify consistently place shopping carts in the top-right corner — a convention users now expect. Mobile apps, such as Instagram and WhatsApp, follow platform-specific design patterns, like bottom navigation on iOS, to ensure consistency and ease of use.

### Exceptions & When to Innovate

Tools like Notion and Figma break certain design conventions to serve expert or niche users. Innovation works when usability remains high and users see clear benefits. Even these platforms retain core UX norms, such as consistent icons and layout grids, to reduce the learning curve.

## Resources

- [Nielsen Norman Group – Jakob’s Law](https://www.nngroup.com/videos/jakobs-law-internet-user-experience/)
- [UX Laws – Jacob’s Law](https://lawsofux.com/jakobs-law/)