Don't Make Me Think
sufficient
reading path: overview → analysis → narration
overview
Don't Make Me Think: A Common Sense Approach to Web Usability (2000, 3rd edition 2013) by Steve Krug is the most accessible introduction to web usability ever written. Krug, a veteran UX consultant, boils down the complex field of usability into a single overriding principle: a website should be so obvious that users don't have to think about what to do, where to click, or what anything means. The book is short, funny, and packed with practical advice — it can be read in a single sitting and applied immediately.
The book's enduring popularity comes from its radical simplicity. While other usability texts present elaborate frameworks and research findings, Krug trusts common sense. His advice is concrete and actionable: reduce the number of words, use clear headings, follow conventions, and most importantly, test your site with real users.
content map
The Core Principle
Krug's first law of usability is the title of the book: Don't Make Me Think. A web page should be self-evident. When users arrive at a page, they should immediately understand what it is, what it offers, and what to do next — without reading instructions, without puzzling over labels, without asking "is this clickable?"
The opposite is a page that makes you think: ambiguous navigation labels, unclear calls to action, cluttered layouts where nothing stands out. Every moment of uncertainty is a small failure. Users who have to think are users who are likely to leave.
flowchart TD
A[User arrives on page] --> B{Is it self-evident?}
B -->|Yes| C[Instant understanding]
B -->|No| D[Slight confusion]
D --> E[User reads and puzzles]
E --> F{Find answer quickly?}
F -->|Yes| G[Proceed, but frustrated]
F -->|No| H[Leave site]
C --> I[Proceed confidently]
Krug is not saying that pages should be simple or dumb. He is saying that the cognitive load of understanding the interface should approach zero. The user's mental energy should go toward their task, not toward decoding the interface.
How Users Actually Use the Web
Krug shatters several myths about user behavior:
Myth 1: Users read pages. They don't. They scan. Users glance at a page, grab whatever catches their eye, and move on. Krug's evidence: eye-tracking studies show that users rarely read more than 20-28 percent of a page.
Myth 2: Users make optimal choices. They don't. They satisfice — they choose the first reasonable option rather than weighing all possibilities. This is rational behavior: the cost of finding the best option often exceeds the benefit.
Myth 3: Users figure out how things work. They don't. Once they find something that works, they stick with it. Users do not explore websites systematically. They muddle through, relying on what worked before, even if it is not the most efficient path.
flowchart LR
A[Design assumption:<br/>Users read carefully] --> B[Reality: Users scan]
C[Design assumption:<br/>Users compare options] --> D[Reality: Users satisfice]
E[Design assumption:<br/>Users learn the system] --> F[Reality: Users muddle through]
The Design Principles
Krug translates these observations into design principles:
1. Create a clear visual hierarchy. The most important elements should be the most visible. Related elements should be grouped visually. Elements should be nested to show relationships.
2. Use conventions. Users expect the logo to be in the top left corner. They expect navigation to be at the top or left. They expect the shopping cart icon to mean purchase. Do not be creative with conventions — they exist because they work.
3. Break pages into clearly defined areas. Users should be able to quickly tell which parts of the page are navigation, which are content, and which are advertising.
4. Make it obvious what's clickable. Links need to look like links. Buttons need to look like buttons. This is so fundamental that Krug is amazed how often designers forget it.
5. Kill the welcome mat. Websites often waste the first paragraph of every page explaining what the page is about. Users know what page they are on from the navigation. Jump straight to the content.
Navigation
Navigation is the most important element of a website. Krug's advice: navigation should answer four questions: Where am I? Where have I been? Where can I go? What's on this site?
Good navigation provides context. It tells users what part of the site they are in, what is nearby, and how to return. Every page should have the same navigation structure. Consistency builds confidence.
The Home Page
The home page is special because it gets the most scrutiny. Krug's advice: the home page should convey the big picture — what the site does, who it is for, and why the user should care — in seconds. It should also provide a clear starting point for every major task.
Krug recommends one particular technique: the tagline. A good tagline tells users instantly what the site offers. If you cannot explain your site in eight words, you have a problem.
Usability Testing
The book's second half is devoted to usability testing. Krug's philosophy: a morning of testing with three users is better than a month of debate among experts. The key insight is that testing does not need to be expensive or elaborate. You do not need a lab, special equipment, or a large sample. You need a quiet room, a computer, and a few representative users.
Krug's testing method: have users perform specific tasks while talking through their thought process. Watch where they hesitate, where they click, and what confuses them. The results are immediately actionable. You will see problems you never imagined existed.
The third edition added a chapter on mobile usability, acknowledging that the same principles apply to the small screen but with the additional constraint of limited space. Krug advises simplifying even more: reduce the number of choices, make buttons finger-friendly, and ensure the most important content is visible without scrolling.
Reading Guide
Sufficiency Assessment
This summary covers Krug's core principles, findings about user behavior, and testing methodology. The book's humor and conversational tone are part of its teaching method; the serious advice is presented fully here.
Recommended Reading Path
| Reader Type | Time | What to Read | |---|---|---| | Casual | ~15 min | This summary | | Interested | ~2-3 hr | Full book (fast read) | | Practitioner | ~4-5 hr | Full book + do a usability test |
analysis
Book Context & Background
Don't Make Me Think was first published in 2000, at the height of the first dot-com boom. The web was still young: CSS was just becoming viable, JavaScript was used sparingly, and most websites were designed by developers rather than dedicated UX professionals. Usability was a niche concern. Krug's book brought it to the mainstream.
The book's timing was perfect. The first dot-com crash of 2000–2001 made businesses realize that expensive, flashy websites did not automatically attract and retain users. Krug offered a practical, low-cost approach to making websites work better. His message resonated because it required no budget, no tools, and no advanced degrees. It just required paying attention to how real people use websites.
About the Author
Steve Krug is a usability consultant who has worked with companies including Apple, Bloomberg, Lexus, and the New York Times. He describes himself as a "usability specialist" — someone who helps companies make their websites more user-friendly. Before his consulting career, Krug was the founder of a usability firm and worked in software development.
Krug is not an academic. He did not invent a new theory of usability. His contribution is translating the insights of cognitive psychology and HCI research into accessible, practical advice. His second book, Rocket Surgery Made Easy (2010), is a companion volume focused entirely on usability testing methodology.
Krug's biases: a strong preference for common sense over research data; a focus on websites rather than applications or services; a deliberately non-academic, anti-jargon approach that sometimes oversimplifies. His limitations: the book is best for information-oriented websites; it has less to offer for complex applications, data-heavy interfaces, or workflow-based software.
Core Thesis & Argument
Krug's central claim: the primary goal of web design is to reduce cognitive load to the point where users can accomplish their goals without conscious thought about the interface. This is achieved not through innovative design but through conventions, clarity, and ruthless simplification.
The book builds on Norman's framework for web-specific contexts. Krug's "don't make me think" is a reformulation of Norman's Gulf of Execution and Gulf of Evaluation in more accessible language. Krug's contribution is in the practical application — the specific, concrete guidance that web designers can apply immediately.
Thematic Analysis
Simplicity as Virtue. The strongest theme in the book is that less is more. Fewer words, fewer choices, fewer unnecessary elements. Every element on a page should earn its place. If it does not help users accomplish their goals, remove it.
Conventions as Cognitive Shortcuts. Krug's defense of conventions is one of his most practical contributions. Designers often want to be creative and original, but users want what they know. Conventions are not constraints; they are gifts that reduce the user's learning curve.
Testing as Reality Check. The book's second half argues that expert opinion, no matter how well-informed, is no substitute for observing real users. Krug democratizes usability testing, making it accessible to teams with no budget and no experience.
Argumentation & Evidence
Krug argues through observation, example, and common sense. His evidence is the accumulated experience of watching hundreds of users struggle with badly designed websites. He presents specific examples (annotated screenshots of problematic pages) and shows how small changes produce dramatic improvements.
The strength: the examples are immediately recognizable and convincing. The weakness: Krug's evidence is anecdotal. He does not present controlled studies or quantitative data. His recommendations are based on experience, not experimental validation.
Strengths
1. Extreme accessibility. The book is short, funny, and readable in two hours. It makes usability concepts available to anyone.
2. Immediate applicability. Krug's advice can be applied to any website immediately, without budget or tools.
3. Democratization of testing. Krug made usability testing something that anyone can do, removing the mystique and cost barriers.
4. Timeless principles. Despite being about web design, most of Krug's principles are medium-independent and will remain valid for any interactive system.
5. Humor as pedagogy. The book's humor is teaching device, not decoration. Krug's jokes make his principles memorable.
Criticisms & Weaknesses
1. Academic critics — HCI researchers have noted that Krug oversimplifies complex usability issues. His advice works well for simple informational sites but breaks down for complex transactional systems, multi-step workflows, and data-heavy applications.
2. Jared Spool — The usability expert has noted that Krug's emphasis on "self-evident" design works for pages where user tasks are simple. For complex tasks, users benefit from learning the interface, which requires a different design approach — one that Krug does not address.
3. UX professionals — Some practitioners argue that Krug's book, while excellent for beginners, teaches bad habits. His emphasis on conventions and simplification can lead to safe but uninspired design. Great design sometimes requires users to learn new things.
4. Visual designers — Krug has been criticized for ignoring aesthetics. A website that is usable but ugly is still a failure. Krug's framework has no vocabulary for discussing visual delight, brand expression, or emotional impact.
5. Mobile and app specific — The book's web-centric focus limits its applicability to native mobile apps, where navigation patterns are fundamentally different and the constraints of screen size and touch interaction create different usability challenges.
6. Innovation critics — If designers followed Krug's advice exclusively, innovation would slow. Conventions are comfortable, but every convention started as an innovation. Krug does not address how to balance the need for conventions with the need for progress.
Comparative Analysis
Don't Make Me Think is the functional successor to Norman's The Design of Everyday Things for the web. Both books share a user-centered philosophy, but Krug is more practical and Norman is more theoretical. Together, they provide a complete foundation for usability thinking.
Jakob Nielsen's Designing Web Usability (2000) is more comprehensive but less readable than Krug. Nielsen provides more research data and more detailed guidelines; Krug provides more humor and more accessibility. Both arrived at the same conclusions from different starting points.
For designers who have absorbed Krug's lessons, Alan Cooper's About Face provides the next level of depth for interaction design, and Steve Krug's own Rocket Surgery Made Easy provides a complete usability testing methodology.
Impact & Legacy
Don't Make Me Think has sold over 400,000 copies and been translated into 20 languages. It is one of the most-praised UX books ever written and is widely considered the best introduction to web usability. The phrase "don't make me think" has entered the vocabulary of web design.
The book is often the first UX book that developers and product managers read. Its influence extends beyond design teams into the broader culture of product development. Krug's insistence on simplicity and user-centeredness has shaped how thousands of companies approach their websites.
Reading Recommendation
| Reader Type | Recommendation | |---|---| | Web developer | Essential. Read it in one sitting. | | Product manager | Essential. This is your job. | | Designer | Essential. Especially if you've never tested with users. | | Non-designer | Excellent introduction to why design matters. |
Summary Sufficiency
- Accuracy: 10/10 — The analysis reflects Krug's arguments accurately.
- Completeness: 9/10 — Covers all major concepts. The book's humor is its only missing dimension.
narration
Don't Make Me Think by Steve Krug is the most accessible book about web usability ever written. First published in 2000 with a third edition in 2013, it has sold over four hundred thousand copies and is widely considered the best introduction to usability for anyone who builds websites. The title is also the book's first and most important principle. A web page should be so obvious that users do not have to think about what to do, where to click, or what anything means.
Krug is a usability consultant who has worked with companies like Apple, Bloomberg, and the New York Times. He is not an academic researcher. His expertise comes from watching real people use websites and noticing what confuses them. His writing style is conversational, funny, and mercilessly practical. He does not use jargon. He does not present complex frameworks. He trusts common sense. This is why the book is so effective. Any developer, product manager, or designer can read it in a couple of hours and immediately apply what they have learned.
The first half of the book explains how users actually behave on the web. Krug demolishes three common myths. The first myth is that users read pages. They do not. They scan. Eye-tracking studies show that users read no more than twenty to twenty-eight percent of a typical page. The second myth is that users make careful, optimal choices. They do not. They satisfice. They grab the first reasonable option and go with it, because the effort of finding the best option is usually not worth it. The third myth is that users figure out how websites work. They do not. Once they find something that works, they stick with it. They muddle through, even if there is a more efficient path.
From these observations, Krug derives his design principles. Create a clear visual hierarchy where the most important things are the most visible. Use conventions because users expect the logo in the top left and navigation at the top. Break pages into clearly defined areas so users can instantly tell navigation from content from advertising. Make it obvious what is clickable. Links should look like links and buttons should look like buttons. Kill the welcome mat. Do not waste the first paragraph of every page explaining what the page is about. Users already know. Jump straight to the content.
The most important chapter in the book is about navigation. Krug says navigation should answer four questions. Where am I? Where have I been? Where can I go? What is on this site? Good navigation answers these questions instantly. Bad navigation makes users hunt for the answers. Every page should have the same navigation structure so users build confidence as they move through the site.
The second half of the book is about usability testing. Krug argues that you do not need a lab, special equipment, or a large sample of users. You need a quiet room, a computer, and a few representative users. His rule of thumb: a morning of testing with three users is better than a month of debate among experts. The process is simple. Ask users to perform specific tasks while talking through their thought process. Watch where they hesitate, where they click in the wrong place, and what confuses them. The results are immediately actionable because you will see problems that no one on your team imagined.
The third edition added a chapter on mobile usability. The same principles apply, but the constraints of a small screen require even more simplification. Fewer choices. Bigger buttons. Content first. Krug's advice for mobile design is the same as his advice for everything else. Reduce cognitive load. Don't make users think.
Critics say that Krug oversimplifies complex usability issues. His advice works well for simple informational websites but breaks down for complex applications. Others argue that his emphasis on conventions discourages innovation. Every convention started as an innovation at some point. These criticisms have some merit, but they miss the point. Krug wrote a book for beginners, not experts. His book has introduced more people to usability thinking than any academic text ever could. If you have never tested a website with real users, or if you have ever wondered why people leave your site, read this book. It will change how you think about the web.