<?xml version="1.0" encoding="utf-8"?>

A hamburger menu is a navigation control represented by three parallel horizontal lines, resembling a stylized sandwich bun. When tapped or clicked, it reveals a hidden menu that contains additional navigation options. First popularized in mobile interfaces, it became a common solution for handling limited screen space while maintaining access to multiple sections of an app or website.

For UX designers, the hamburger menu presents both benefits and trade-offs. On one hand, it declutters the interface by keeping secondary options hidden until needed. This allows primary content to take center stage, which is valuable on small screens. On the other hand, hiding navigation behind the menu can make important options harder to find, reducing discoverability and increasing cognitive effort. Designers often debate whether to use hamburger menus or expose navigation in other ways.

Accessibility adds another dimension to hamburger menu design. Screen readers must be able to describe the button accurately, often requiring clear labeling like “Menu” in addition to the visual icon. The target area must be large enough to tap comfortably on mobile devices, and transitions should be smooth enough not to disorient users. Without these considerations, the menu risks excluding users who rely on assistive technologies.

Real-world examples highlight both success and criticism of the hamburger menu. Facebook and Google initially relied heavily on the pattern, but later shifted toward bottom navigation bars or tab bars in mobile apps to increase discoverability. Still, many news apps, productivity tools, and enterprise dashboards use hamburger menus successfully to handle large sets of navigation items that would overwhelm users if fully exposed.

Hybrid approaches have also emerged. Some products combine a bottom navigation bar for top-level tasks with a hamburger menu for less-used options. This compromise balances visibility with space constraints, keeping critical actions within reach while reducing clutter.

Learn more about this in the Hamburger Menus Exercise, taken from the Common UI Components Lesson, a part of the Design Terminology Course.

Key Takeaways

  • A hamburger menu is a three-line icon that reveals hidden navigation.
  • Designers use it to save space but face trade-offs in discoverability.
  • Accessibility requires clear labeling and adequate target size.
  • Examples include apps like Facebook, Google, and enterprise tools.
  • Hybrid navigation systems often combine hamburger menus with visible tabs.

Recommended resources

Courses

UX Design Foundations Course
Popular
Course

UX Design Foundations

Gene Kamenez
Gene Kamenez
Learn the essentials of UX design to build a strong foundation in core principles. Gain practical skills to support product development and create better user experiences.
Design Terminology Course
Course

Design Terminology

Alesya Dzenga
Alesya Dzenga
Learn UX terminology and key UX/UI terms that boost collaboration between designers, developers, and stakeholders for smoother, clearer communication.
UI Components I Course
Course

UI Components I

Colin Michael Pace
Colin Michael Pace
Learn to create user-friendly interfaces using core UI components, building a solid foundation for designing intuitive and efficient digital products.
Color Psychology Course
Course

Color Psychology

Cameron Chapman
Cameron Chapman
Learn how color influences perception, emotion, and behavior. Discover how to apply color psychology to design more impactful and engaging experiences.
Common Design Patterns Course
Course

Common Design Patterns

Gene Kamenez
Gene Kamenez
Learn design patterns most valued in product development to create intuitive, visually compelling experiences that seamlessly blend form and function.
Accessibility Foundations Course
Course

Accessibility Foundations

Ljubisa Kukulj
Ljubisa Kukulj
Learn the fundamentals of digital accessibility and how to create inclusive experiences for all users. Explore key principles, tools, and best practices.
Wireframing Course
Course

Wireframing

Colin Michael Pace
Colin Michael Pace
Learn to create effective wireframes that seamlessly integrate into your design workflows, improving communication and driving better design outcomes.
UI Components II Course
Course

UI Components II

Colin Michael Pace
Colin Michael Pace
Learn advanced techniques to design dynamic, scalable interfaces using optimized UI components and streamlined navigation for better user experiences.
UX Writing Course
Course

UX Writing

Alesya Dzenga
Alesya Dzenga
Learn to write microcopy that communicates clearly and concisely to improve user experience, build trust, and boost conversions across digital products.
Design Composition Course
Course

Design Composition

Gene Kamenez
Gene Kamenez
Learn the fundamental principles of visual layout, balance, and structure to create compelling and effective design compositions that engage and intrigue users.
Mobile Design Course
Course

Mobile Design

Denis Jeliazkov
Denis Jeliazkov
Learn mobile UI/UX patterns, workflows, and platform-specific strategies to create exceptional, user-friendly mobile experiences across different devices.
Typography Course
Course

Typography

Cameron Chapman
Cameron Chapman
Learn typography fundamentals, from typeface and font selection to layout and spatial arrangement, to create captivating designs that communicate powerfully.
UX Design Patterns with Checklist Design Course
Course

UX Design Patterns with Checklist Design

George Hatzis
George Hatzis
Learn common UX design patterns and how to apply them with practical checklists, ensuring the creation of intuitive, user-friendly, and exceptional interfaces.
HTML Foundations Course
Course

HTML Foundations

Yan Sokalau
Yan Sokalau
Learn the fundamentals of HTML, from basic formatting and structure to advanced elements and best practices, to create accessible and responsive web pages.
Enhancing UX Workflow with AI Course
Course

Enhancing UX Workflow with AI

Colin Michael Pace
Colin Michael Pace
Learn how to integrate AI into UX design to create smarter, more personalized user experiences. Explore tools, trends, and best practices in AI-driven design.
CSS Foundations Course
Course

CSS Foundations

Yan Sokalau
Yan Sokalau
Learn the basics of CSS, including the box model, element style, and content positioning, to improve communication, design handoff, and web decision-making.
Introduction to Figma Course
Course

Introduction to Figma

Gene Kamenez
Gene Kamenez
Learn essential Figma tools like layers, styling, typography, and images. Master the basics to create clean, user-friendly designs
3D Design Foundations Course
Course

3D Design Foundations

Learn essential 3D design principles, from spatial thinking and dimensional relationships to form, lighting, and texture, for a solid foundation in the field.
Information Architecture Course
Course

Information Architecture

Colin Michael Pace
Colin Michael Pace
Learn the basics of organizing, structuring, and labeling content to design clear, user-friendly information systems that enhance usability and navigation.
Apple Human Interface Guidelines Course
Course

Apple Human Interface Guidelines

Denis Jeliazkov
Denis Jeliazkov
Learn Apple’s Human Interface Guidelines to design modern, high-performing apps, focusing on UI principles and best practices for creating effective interfaces.
Introduction to Design Audits Course
Course

Introduction to Design Audits

Romina Kavcic
Romina Kavcic
Learn the art of systematic design evaluation to improve consistency, effectiveness, and create more user-centered products that meet user expectations.
Improve your UX & Product skills with interactive courses that actually work

FAQs

Why do designers debate the use of hamburger menus?

The debate arises from a tension between space-saving and discoverability. Hamburger menus keep interfaces clean by hiding navigation, which is valuable on small screens. Yet hiding too much can reduce engagement with features, as users may not open the menu often enough.

This makes them effective for secondary navigation but less ideal for primary actions. Designers evaluate whether hiding options supports or harms user goals before adopting the pattern.


How can hamburger menus be made more accessible?

Accessibility requires more than just the three-line icon. Clear labeling, such as adding the word “Menu,” helps screen reader users understand the control. The tap target must be large enough to accommodate different dexterity levels, and transitions should be predictable to avoid confusion.

Testing with diverse user groups ensures that the menu supports inclusivity. Accessibility adjustments not only improve usability for some but also create a better experience for everyone.


What alternatives exist to the hamburger menu?

Alternatives include bottom navigation bars, tab bars, or visible top-level menus. These expose primary navigation upfront, reducing hidden complexity. For example, Instagram uses bottom tabs for its main actions, reserving secondary options for other patterns.

Some products combine visible navigation with a hamburger menu to handle overflow, creating a hybrid approach. This ensures that critical features remain discoverable while secondary options stay tucked away.