Every tap matters when someone is navigating a new city, rushing to a meeting, or trying to find a store in a crowded mall. The hamburger menu — those three horizontal lines in the corner — has become the default way to stash navigation links on mobile screens. But for on-the-go users, hidden navigation often means missed turns, frustrated taps, and abandoned tasks. In this guide, we look at why the hamburger falls short in wayfinding contexts and what you can do instead.
Why Hidden Navigation Fails for Wayfinding
Wayfinding is about making decisions quickly with minimal cognitive load. When a user is walking through an unfamiliar transit hub, they don't have the luxury of exploring menus. They need to know where they are, what's nearby, and how to get to their destination — ideally in one or two taps. The hamburger menu adds an extra step: tap to open, scan the list, tap again. That might sound minor, but in practice it increases the chance of errors and frustration.
Research in mobile usability has repeatedly shown that hidden navigation reduces discoverability. Users often don't know what's inside the hamburger, so they either ignore it or tap it hesitantly. For wayfinding apps, this hesitation can lead to missed exits or wrong turns. The problem is compounded when the menu contains critical actions like 'Directions' or 'Nearby' that should be front and center.
Another issue is the physical placement. The hamburger is usually in the top-left or top-right corner, which is hard to reach with one hand on larger phones. Users on the go often hold their phone with one hand, and reaching the top corner requires a grip shift or a second hand. This adds friction at exactly the moment when speed matters most.
Finally, the hamburger menu treats all navigation items as equally important. In wayfinding, some actions are urgent (e.g., 'Find my location') and others are secondary (e.g., 'Settings'). Hiding everything behind one icon blurs these priorities and forces users to remember where things are. A better approach is to surface the most frequent actions and nest the rest.
Core Principles of Visible Navigation
The goal of navigation design is to reduce the number of decisions a user has to make. Every tap, swipe, or scroll should feel natural and predictable. For on-the-go users, visibility is key: the most important options should be immediately available without requiring a menu to open.
Three principles guide visible navigation in wayfinding contexts:
- Priority-based exposure: Show the top 3-5 actions that users need most often. For a wayfinding app, these might be 'Search', 'Directions', 'Nearby', and 'Favorites'. Everything else can be secondary.
- Thumb-friendly zones: Place primary navigation in the bottom half of the screen where thumbs can reach comfortably. This is why bottom tab bars have become standard in many apps.
- Contextual relevance: Change the visible options based on what the user is doing. When viewing a map, show controls for zoom and layers; when viewing a list of results, show filters and sort.
These principles aren't new, but they are often ignored in favor of the hamburger's simplicity. The challenge is to implement them without cluttering the screen. Good visible navigation feels sparse, not crowded, because it shows only what matters at the moment.
The Cost of Hiding
When you hide navigation, you shift the burden to the user's memory. They have to remember that the 'Settings' option is behind the hamburger, or that 'Help' is under a submenu. This works for infrequent actions, but for frequent ones it creates a mental tax. In wayfinding, where users already have to remember routes and landmarks, adding a memory tax to the interface is counterproductive.
How to Design Navigation for On-the-Go Users
Moving beyond the hamburger doesn't mean removing it entirely. It means being intentional about what gets hidden and what stays visible. Here's a practical framework for making those decisions.
Start by listing every navigation item your app offers. Then sort them by frequency of use and urgency. Frequency is how often a user taps that item in a typical session. Urgency is how time-sensitive the action is — for example, 'Find my current location' is urgent because it affects all subsequent actions.
Next, choose a primary navigation pattern. The most common alternatives to the hamburger are:
- Bottom tab bar: Shows 3-5 icons at the bottom of the screen. Best for apps with a few distinct sections that users switch between frequently.
- Top tab bar or segmented control: Works well when users need to switch between views within a single screen, like map vs. list.
- Gesture-based navigation: Swipe left to reveal a drawer, or swipe up for a quick action tray. These can supplement visible buttons without taking up permanent space.
- Contextual floating buttons: A floating action button (FAB) that expands into a short menu of related actions. Good for a single primary action with a few secondary ones.
Finally, test your design with real users in realistic conditions. A lab test where users sit at a desk is different from a field test where they are walking. If possible, run a small A/B test comparing your new navigation with the old hamburger menu. Measure task completion time and error rate.
Composite Scenario: Transit App Redesign
Consider a transit app that originally used a hamburger menu for all navigation. Users had to tap the hamburger to find 'Routes', 'Stops', 'Favorites', and 'Settings'. In a field test, users took an average of 8 seconds to find the nearest bus stop — twice as long as with a bottom tab bar. The redesign moved 'Routes' and 'Stops' to a bottom tab, kept 'Favorites' as a secondary tab, and placed 'Settings' in a gear icon on the top bar. Task time dropped to 4 seconds, and user satisfaction scores improved by 35%.
Common Mistakes and How to Avoid Them
Even when teams decide to move beyond the hamburger, they often make mistakes that undermine the improvement. Here are the most common pitfalls and how to sidestep them.
Mistake 1: Showing too many items at once. A bottom tab bar with seven icons is worse than a hamburger. Users can't distinguish between them quickly. Stick to five or fewer, and use labels (not just icons) to reduce ambiguity.
Mistake 2: Ignoring one-handed use. Placing navigation items at the top of the screen forces users to stretch. Even a top tab bar can be problematic on large phones. Consider a bottom navigation bar or a reachable area in the middle of the screen.
Mistake 3: Removing the hamburger entirely without a replacement for secondary actions. Some items are truly secondary, like 'Help', 'About', or 'Account settings'. These can still live in a hamburger or a settings icon. The key is to move only the frequent/urgent items to visible spots.
Mistake 4: Not adapting to context. A navigation that stays the same regardless of what the user is doing is a missed opportunity. For example, when a user is viewing a map, show a 'Locate me' button; when they are viewing a list, show a 'Filter' button. Contextual navigation reduces clutter and speeds up tasks.
Mistake 5: Forgetting about accessibility. Visible navigation must meet contrast ratios and touch target sizes. A 44x44 point minimum is recommended for tap targets. Also, ensure that gesture-based navigation works with screen readers and switch controls.
Edge Case: Apps with Many Equally Important Sections
Some apps have five or more sections that users access with similar frequency. For example, a travel app might have 'Flights', 'Hotels', 'Cars', 'Activities', and 'Trips'. A bottom tab bar can only fit five items, and even that is tight. In such cases, consider a 'More' tab that opens a grid of additional sections. This is still better than a hamburger because the most common items are visible, and the 'More' tab is predictable.
When the Hamburger Menu Still Makes Sense
Despite its drawbacks, the hamburger menu is not universally bad. There are scenarios where it remains a reasonable choice, especially when used thoughtfully.
Infrequent actions: If your app has a small number of core tasks that users perform repeatedly, and all other actions are rare, a hamburger can keep the interface clean. For example, a calculator app might only need a settings menu for themes and history.
Content-heavy apps: Apps like news readers or blogs often have many categories. A hamburger menu can list them without overwhelming the main feed. However, even here, a bottom tab bar with 'Top Stories', 'Sections', and 'Saved' might work better.
Progressive disclosure: Some apps use the hamburger as part of a progressive disclosure strategy. They show a minimal interface first, and the hamburger reveals advanced options. This works when the target users are experienced and don't need the advanced options often.
When testing shows it works: Ultimately, user testing should drive the decision. If your users are comfortable with the hamburger and task completion times are acceptable, there may be no need to change. But be honest about the metrics — don't assume it's fine without data.
Limitations of the Hamburger in Wayfinding
In wayfinding specifically, the hamburger's limitations are harder to ignore. Users are often in motion, distracted, or stressed. They need quick access to location and direction controls. Hiding these behind a menu adds friction. If you must use a hamburger, at least surface the 'Find me' and 'Search' buttons outside the menu.
Reader FAQ
Will removing the hamburger confuse users who are used to it?
Change can be disorienting at first, but users adapt quickly if the new navigation is intuitive. A brief onboarding overlay or a subtle animation can help. In most cases, users prefer faster task completion once they learn the new layout.
How many items should I put in a bottom tab bar?
Three to five is the sweet spot. With more than five, icons become small and labels may get truncated. If you have more sections, use a 'More' tab that opens a grid or list.
Should I use icons only or icons with labels?
Always use labels for bottom tab bars. Icons alone are ambiguous — a magnifying glass could mean search or zoom. Labels reduce cognitive load and make navigation accessible.
What about gesture-based navigation like swipe to go back?
Gestures are great for navigation within a screen (e.g., swipe back to previous page), but they are less reliable for primary navigation because users may not discover them. Use gestures as a supplement, not a replacement, for visible buttons.
How do I test navigation changes with on-the-go users?
Run a field study where participants complete tasks while walking in a controlled environment. Measure time on task, errors, and subjective ease. Alternatively, use remote testing with screen recording and ask users to narrate their experience.
Can I combine a hamburger with a bottom tab bar?
Yes. Many apps use a bottom tab bar for primary sections and a hamburger for secondary actions like settings, help, and account. This hybrid approach gives you the best of both worlds.
Practical Takeaways
Moving beyond the hamburger menu is about matching navigation to the user's context. For on-the-go users in wayfinding scenarios, visibility and speed are paramount. Here are the key actions you can take starting today:
- Audit your current navigation. List every item and rank it by frequency and urgency. Identify which items are currently hidden but should be visible.
- Choose a primary navigation pattern. Bottom tab bars are a strong default for most apps. Consider contextual floating buttons for single actions.
- Prototype and test in realistic conditions. Don't rely on desk-based testing alone. Get feedback from users who are actually moving.
- Iterate based on metrics. Track task completion time, error rate, and user satisfaction. Use A/B testing to validate changes.
- Keep the hamburger for secondary items. It's not evil — it just shouldn't be the only option. Use it sparingly for actions that users rarely need.
By applying these principles, you can create a navigation experience that feels effortless, even when your users are on the move. The hamburger menu has served us well, but for wayfinding, it's time to think beyond the three lines.
Comments (0)
Please sign in to post a comment.
Don't have an account? Create one
No comments yet. Be the first to comment!