Signal-to-Noise Ratio: From Information Theory to Game Design
From Shannon's 1948 SNR formula to modern UI design: why is every pixel on a game screen a signal-vs-noise decision?
In 1948 Claude Shannon birthed information theory in A Mathematical Theory of Communication. A single formula changed the modern world:
C = B × log₂(1 + S/N)
The maximum information a channel can carry (C) depends on its bandwidth (B) and the signal-to-noise ratio(S/N). That equation underlies radar, telecommunications, audio engineering, and modern internet protocols. But it echoed in a quieter field too: screen design.
1. SNR: more noise, less information
A 1942 radar operator staring at a PPI screen had two problems: real aircraft returns (signal) and atmospheric interference, flocks of birds, sea waves (noise). The operator's "reading" performance depended directly on SNR: drop the ratio below 3:1 and the aircraft return vanished into noise. Engineers built two strategies:
- Boost the signal — stronger transmitter, higher frequency
- Filter the noise — band-pass filter, MTI (moving target indicator), Doppler discrimination
The second strategy turned out more efficient. Stopping noise at its source was cheaper than boosting the signal. That principle leaked, 60 years later, into the discipline of digital design.
2. SNR in UI design: Edward Tufte's contribution
In 1983 Edward Tufte introduced the data-ink ratioin The Visual Display of Quantitative Information. For Tufte, the quality of an information graphic was measured by its "data ink" ratio — the proportion of real data-carrying ink to total ink. The higher, the better. Decorative borders, drop shadows, unnecessary gridlines — all chart junk, all noise. It was the visual one-to-one of Shannon's SNR equation.
3. Game HUDs: signal decisions
A HUD (heads-up display) on a game screen is an SNR problem. What do you show the player, what do you hide? Hardcore strategy games (e.g. Civilization VI) prefer high information density: 40+ data bands on screen. Minimalist games (e.g. Journey, INSIDE) do the opposite: zero HUD. Every choice is a signal-versus-noise negotiation:
- Too much info → everything's visible, nothing stands out (noise dominates)
- Too little info → every shown element pops, but context vanishes (signal sparse)
- Good balance → critical info always visible, secondary info activated by trigger
Modern games chose the third path: contextual HUD. Ammo counter glows when ammo runs low; the radar appears when an enemy is near; the HUD fades into the background when danger passes. This is the direct application of Shannon's principle: information is only information when it changes.
A pixel either carries information or it is noise — there is no third option. Good design erases the noise pixel.
4. Sound design: the auditory counterpart of SNR
The same principle applies in sound. The constantly-playing ambient music of a game soundscape is baseline noise. A new threat, a new discovery, a new reward — their sound should produce only just-noticeable SNR delta. Many modern games therefore adopt silence as the starting state: when sound plays, something has happened. Games with constant ambient, paradoxically, struggle to make the audio event heard when it arrives — because their SNR is low.
5. In an over-stimulated age, SNR is back in fashion
In the 2020s social media and mobile apps swung toward over-stimulation: gifs, autoplaying video, notification chimes, badges. In that ecosystem designers started rowing the other way. Apple's iOS 17 design language with "calmer notifications," Google's Material You "ambient mode," Linear and Notion's "minimalist surface" — all strategies for raising SNR. Design rediscovered the problem engineering solved 70 years earlier: noise kills attention.
6. A practical audit: testing your own screen
A game designer can audit their own screen through an SNR lens. For every visual or audio element, ask:
- Does this element carry information? (state, position, feedback)
- If I remove it, does player performance drop?
- If no: this element is noise — remove it.
- If yes: is it visible at minimum contrast? Can it be pulled forward more?
A design that passes this audit is loyal to Shannon's equation: maximum information, minimum noise, optimum channel use.
Conclusion: 1948's formula, 2026's screen
Shannon defined SNR to compute a telegraph channel's capacity. 78 years later the same ratio measures the value of every pixel, every sound, every effect on a game screen. Signal theory is not abstract math — it's the law of every system that carries information. A game screen is one of those channels.