The HUD is the only part of your interface a player looks at for the entire session. It is also the part most likely to be designed by whoever had capacity, using a reference from a game in a different genre, and then defended on the grounds that it looks clean.
This is a guide to designing the persistent layer properly: what earns a place on it, why minimal HUDs so often fail, and how to make something readable when the background is an explosion.
What a HUD Is and What It Is Not
HUD stands for heads-up display, borrowed from aviation, where the point was letting a pilot read instruments without looking down. That origin is the whole design brief: information available without the player diverting attention from the thing they are actually doing.
The HUD is a subset of your UI, not a synonym for it. Your main menu is UI and not HUD. Your inventory screen is UI and not HUD, because it interrupts play instead of overlaying it. We cover the broader taxonomy in our guide to what UI means in games, and the distinction matters because HUD rules are stricter than menu rules in every dimension.
A menu can be dense, because the player has stopped to read it. A HUD cannot, because the player has not stopped at all.
What Earns a Place on the HUD
The only question worth asking about a candidate element is a two-parter. How often does the player need this, and how urgently?
High frequency and high urgency earns a permanent slot. Health during combat. Ammo. Ability cooldowns in anything competitive. The player consults these constantly and needs the answer in the time it takes to glance.
High frequency, low urgency is where it gets interesting, and where most HUDs go wrong. Currency counts, for instance. Players check them often but almost never in a moment where a half-second delay matters. Those belong in a contextual layer that appears when relevant, not a permanent one.
Low frequency and high urgency is the hardest category and the one that argues for contextual display. A low-ammo warning does not need to be on screen when ammo is full. A reload prompt does not need to exist until reloading is possible.
Low frequency and low urgency does not belong on the HUD at all. It belongs in a menu. This is the category that ends up on HUDs anyway, because a system shipped and its owner wanted it visible, and nobody asked the two-part question.
The Test That Settles Arguments
Remove the element and play. If nothing about your decision-making changes, it was not earning its slot. If your decision-making gets worse, it earns it back.
This sounds trivially obvious. Almost no team does it, because the test is embarrassing. A meaningful proportion of things on a typical HUD survive removal without anyone noticing, and finding that out costs someone their argument.
Where the Element Goes If It Fails the Test
The answer is almost never "delete it." It is "move it." Information the player needs occasionally belongs on a screen the player opens on purpose, which is what menus are for and why we treat them separately in our guide to game menu design. The HUD is for what cannot wait. The menu is for everything that can.
This reframing defuses most of the political problem. You are not telling the economy designer their currency does not matter. You are telling them it lives one input away instead of zero, which is where it belonged anyway, and which players will find without difficulty because they go looking for it when they want it.
The Legibility Problem Is Specific to Games
In product design your interface sits on a background you chose. In a game it sits on whatever the renderer happens to be drawing this frame. Snow. Explosion. White wall. Dark cave. Water.
This is why game HUDs use treatments that look heavy in isolation: outlines, drop shadows, scrims, semi-opaque plates. Those are not stylistic tics inherited from 2005. They are the only mechanism that guarantees contrast when the background is a variable you do not control.
The rule that follows is unglamorous and skipped constantly. Never validate contrast against a mockup background. Validate against the worst case your game can produce. If your ammo counter is untreated white text, there is a level in your game where it disappears, and a player will find it before your QA does.
Mobile compounds this, because the display is bright, the ambient light is unpredictable, and the hand covers part of the screen. Those constraints are different enough to deserve their own treatment, which we give in our guide to mobile game UI design.
Text size has published minimums and most teams are guessing. Microsoft's Xbox Accessibility Guidelines specify 52 pixels of text height for console at 4K and 36 for PC and VR at 4K. Those numbers are larger than most designers expect, and they exist because someone tested at couch distance rather than eyeballing it at a desk.
The Minimal HUD Trap
Minimal HUDs photograph beautifully. That is not nothing, since screenshots sell games. But minimalism as a HUD strategy fails in a specific and predictable way.
Removing an element does not remove the information need. It relocates the cost. If health is no longer displayed numerically, the player still needs to know their health, so now they are inferring it from a screen effect, or from memory, or from a diegetic cue that requires interpretation. That inference has a cost, and the cost is paid under pressure, repeatedly, by every player.
Sometimes that trade is exactly right. In a horror game, uncertainty about your health is the product. Making the player anxious about a number they cannot see is the design working. In a competitive shooter, that same uncertainty is a defect, because you have introduced variance that has nothing to do with skill.
The distinction is whether the uncertainty is serving the experience or taxing it. Minimal HUDs fail when a team imports the aesthetic without asking that question, which is most of the time.
The related failure is diegetic HUD, where information lives on objects in the world. Dead Space made this famous and it works there because the game is built around it end to end. It usually does not travel. A number rendered at an angle on a curved surface in a dark room is a number your player cannot read at 3am, and no amount of immersion pays for that.
Persistent Versus Contextual: The Highest-Leverage Decision
Most HUDs are too persistent. They show things the player needs sometimes as though the player needs them always.
Contextual display means an element appears when it is relevant and leaves when it is not. Ammo appears when you draw a weapon. The interaction prompt appears when you are near something interactable. The low-health warning appears when health is low.
The upside is enormous: your HUD is only as dense as the current moment requires, rather than as dense as the busiest possible moment. The downside is real and worth naming. Elements that appear and disappear are harder to build a habit around, because the player cannot rely on a fixed position. There is a reason health has stayed in the corner for thirty years.
The workable compromise, and what most well-designed modern HUDs actually do: keep a small persistent core in fixed positions that never move, and make everything else contextual. The core is habit. The rest is response.
Feedback Timing Is Physics
Nielsen Norman Group's research on response time limits puts the threshold for something feeling instantaneous at roughly a tenth of a second. Games live almost entirely inside that threshold, which changes what the HUD is responsible for.
A hit that registers at 300ms does not read as slightly late. It reads as broken. A cooldown that starts sweeping 200ms after the input makes the player think the input was dropped. A health bar that animates smoothly down over half a second is prettier and worse, because the player needs to know their health now, not in 500ms.
The practical consequence: motion on a HUD is not decoration, it is the feedback channel, and it has to be fast enough to be causally connected to the input. Easing curves that feel elegant in a design tool routinely feel unresponsive in play. Test in the game, at speed, under pressure.
Why HUDs Get Crowded
Not because anyone wanted a crowded HUD. Because of a structural dynamic that operates in every studio.
Every system that ships has an internal champion. The economy designer wants currencies visible. The progression lead wants the XP bar visible. The live ops team wants the event timer visible. Each is advocating correctly for their area. Nobody in that room represents the player trying to read their health while being shot at.
Eric Lee Smith, a game designer with award-winning titles behind him, described the underlying law to us on our Visionaries podcast: the longer a product is in development, the more complicated it becomes. He offered it as a plain truth, not a criticism, and that framing is the useful part. The drift is structural. Fighting it has to be structural too, which means someone with authority whose actual job is removal.
Sidney Rhoads, a product designer on our team, described the cost side in a conversation about psychology in UX design: cognitive load is the thing you are almost always trying to decrease, because too much stimulus or choice at once fatigues people and slows everything down. On a HUD, "slows everything down" is not an abstraction. It means the player dies while parsing your screen.
Genre Changes the Answer Completely
There is no universal HUD, and treating one genre's solution as a general principle is how teams end up with interfaces that fight their own games.
Competitive shooters need precision and speed. The player is making decisions in fractions of a second and any ambiguity is unfair rather than atmospheric. Dense is acceptable. Slow is not. Everything is fixed position because habit is the point.
Horror games are the inverse. Uncertainty is the product, so a HUD that answers every question destroys the thing the player came for. Minimal genuinely works here, and diegetic display earns its cost, because the friction of reading is part of the tension.
Strategy games have the opposite problem to shooters. The player has time, so density is affordable, but the information volume is enormous and the failure mode is a screen that is technically complete and practically unreadable. Layering and filtering matter more than compression.
Mobile casual games are constrained by physical space more than by anything else. The hand covers a third of the display and sessions are short. The HUD has to be almost nothing, and what remains has to be enormous.
Real-money and skill-based gaming products have a constraint no other genre carries: the player is deciding whether to trust you with money, in real time, while the interface is running. Balance, stakes, and outcome need to be unambiguous to a standard closer to a banking app than a game, and hiding any of it reads as a tell.
The common error is importing a reference from the wrong genre because it looked good. A shooter HUD in a strategy game is sparse to the point of uselessness. A strategy HUD in a shooter is a wall. The reference is only useful if the constraint set matches.
A HUD Checklist Worth Running
- Every element passes the two-part test: needed frequently, needed urgently. If not, it is contextual or it is in a menu.
- Contrast validated against the worst background your renderer produces, not the mockup.
- Text meets platform minimums at your worst supported viewing distance, checked on the device.
- Persistent core in fixed positions. Everything else contextual.
- All feedback inside 100ms, tested in play rather than in a prototype.
- Removal test run on every element, with someone empowered to act on the result.
- Colour is never the only carrier of meaning, per the Game Accessibility Guidelines. Shape, position, or text carries it too.
- Readable on your worst supported hardware, in a bright room, on the real device.
What Getting It Right Looks Like
Buildbox is not a HUD problem exactly, but it is the clearest version of the underlying principle we have. It is a no-code game creation platform used by millions, backed by a former Riot Games CTO. The product was genuinely powerful, and the original interface presented all of that power the moment a user arrived. People opened it, got lost, and left before making anything.
The redesign asked one question: what does a meaningful first success look like? Everything that was not that got moved later. First-success completion moved 41%.
That is the HUD lesson in a different costume. Capability displayed is not capability delivered. An interface that shows the player everything it can do is an interface that has confused its own completeness with the player's comprehension. The HUD version of this failure is a screen where every system is represented and no player can read any of it.
Final Thoughts: HUD Design Is Editing, Not Drawing
The best HUD work is subtraction. Almost every HUD that ships is too dense, and almost every improvement is a removal rather than an addition.
That is a hard discipline to run because addition has an advocate and removal has a loser. It is also the whole job. Your player has a fixed attention budget, your team is spending it every sprint, and someone has to be accountable for the balance.
The measure of success is that nobody mentions it. Players do not compliment HUDs that work. They complain about HUDs that fail and they quietly leave when the failure is bad enough. An invisible HUD, one the player reads without knowing they read it, is the entire target, and it is much harder to hit than a beautiful one.
Have Your HUD Reviewed
If your HUD has grown past the point where anyone can defend it, or you are heading to console and unsure your text survives couch distance, we can tell you what we would cut. Wandr has designed interfaces for game creation platforms, real-money gaming products, and esports tools. See how our game UI/UX design team works, or send us the build and we will come back with the specific changes we would make.
