By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
(For aspiring product designers, graphic designers transitioning to UX, and bootcamp students)
Navigation design is the backbone of user experience—it’s how people find what they need in your product. Poor navigation frustrates users (e.g., a hospital patient portal where booking an appointment takes 8 clicks), while intuitive navigation delights them (e.g., Amazon’s one-click checkout). This guide covers global, local, contextual, and breadcrumb navigation, with actionable steps to design systems that feel effortless. You’ll learn how to apply modern UX principles (like Hick’s Law and progressive disclosure) to create navigation that’s usable, scalable, and portfolio-worthy.
Global Navigation Definition: Persistent navigation elements (e.g., header, footer, sidebar) that appear on every screen of a product. Example: The top bar in Figma with File, Edit, View—always visible, no matter which frame you’re editing. Principle: Consistency (Jakob’s Law)—users expect global nav to work the same way across all pages.
Local Navigation Definition: Secondary navigation that helps users explore a specific section of a product (e.g., submenus, filters). Example: Spotify’s left sidebar with Home, Search, Your Library—local nav appears within the "Your Library" section to filter playlists, podcasts, etc. Principle: Progressive Disclosure—show only what’s relevant to avoid overwhelming users.
Contextual Navigation Definition: Navigation that appears only when needed, based on user actions or context. Example: Google Docs’ floating toolbar (bold, italic, link) that appears only when text is selected. Principle: Fitts’s Law—keep contextual tools close to the user’s cursor/finger to reduce effort.
Breadcrumbs Definition: A secondary navigation aid showing the user’s path (e.g., Home > Products > Shoes > Running). Example: Airbnb’s breadcrumb trail: United States > California > Los Angeles > Beverly Hills. Principle: Wayfinding (Lynch’s Theory)—helps users understand their location and backtrack easily.
Hick’s Law Definition: The more choices a user has, the longer it takes them to decide. Example: A dropdown menu with 20 options (❌) vs. a search bar with typeahead suggestions (✅). UI Fix: Limit global nav to 5–7 items max (e.g., Apple’s top nav: Store, Mac, iPad, iPhone, Watch, AirPods, TV & Home, Entertainment, Accessories, Support).
Miller’s Law (7±2 Rule) Definition: Humans can hold 5–9 items in working memory at once. Example: Mobile bottom nav bars (e.g., Instagram’s Home, Search, Reels, Shop, Profile)—never exceed 5 icons. Exception: Use chunking (e.g., grouping "Settings" into submenus) to bypass this limit.
Affordance Definition: A design element’s perceived function (e.g., buttons look clickable, links look tappable). Example: Underlined blue text (✅) vs. gray text with no underline (❌—users won’t know it’s clickable). Principle: Visual Hierarchy—use color, size, and spacing to signal interactivity.
Information Architecture (IA) Definition: The structure of content (e.g., sitemaps, labels, categories). Example: A university website’s IA: Home ├── Admissions │ ├── Undergraduate │ └── Graduate ├── Academics │ ├── Departments │ └── Courses └── Student Life Tool: Use card sorting (e.g., OptimalSort) to test IA with users.
Home ├── Admissions │ ├── Undergraduate │ └── Graduate ├── Academics │ ├── Departments │ └── Courses └── Student Life
Wayfinding Definition: How users navigate through a product (e.g., signs, landmarks, maps). Example: Duolingo’s progress bar at the top of lessons—shows users how far they’ve gone and what’s left. Principle: Feedback (Norman’s Design Principles)—users need to know where they are and what’s next.
Mobile Thumb Zone Definition: The area of a mobile screen easily reachable by a user’s thumb. Example: Bottom nav bars (e.g., Twitter’s Home, Search, Notifications, Messages, Profile) are placed in the thumb zone. Principle: Ergonomics—design for one-handed use (avoid top-left corners for critical actions).
WCAG Contrast Ratio Definition: Minimum color contrast for readability (4.5:1 for normal text, 3:1 for large text). Example: Black text on a white background (✅ 21:1) vs. light gray on white (❌ 1.5:1—fails WCAG). Tool: Use Figma’s A11y Color Contrast Checker plugin.
Empty States Definition: What users see when there’s no content (e.g., a blank inbox, a new user’s dashboard). Example: Slack’s empty channel screen with a friendly message: “This channel is empty. Start a conversation!” + a CTA to “Browse channels”. Principle: Onboarding—guide users to their next step.
Home ├── Shop │ ├── New Arrivals │ ├── Best Sellers │ └── Categories │ ├── Clothing │ ├── Shoes │ └── Accessories ├── About ├── Blog └── Contact
Nav Bar (Auto Layout) ├── Logo (Left) ├── Menu Items (Center, 5 max) └── CTA Button (Right, e.g., "Sign Up")
/category/footwear
Problem → Research → Ideation → Testing → Solution
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.