Boring Websites The Blog

Find the Invisible Cow: The Website That Shouts to Guide You

08 Aug 2026 · By the Boring Websites editors

Find the Invisible Cow is a browser game with almost nothing on screen: a blank page, and a voice that shouts “cow” louder the closer your cursor gets to a hidden, invisible cow. You drag the mouse around until the shouting peaks, click, and you have found it. That is the entire game, and it runs at findtheinvisiblecow.com.

In brief

  • The screen is empty on purpose; you hunt by sound, not sight, dragging around while a voice yells to guide you.
  • Louder means closer. When the shout is at its loudest, the cow is under your cursor.
  • It is a small classic of the “useless web,” the same family of one-idea pages gathered at The Useless Web.

How to play

Turn the sound on first, because the game is unplayable without it. The page loads blank except for a prompt to start. Once playing, you move the cursor across the empty canvas and a voice reacts to your position, rising to a near-shout as you close in and dropping back to a mutter as you drift away. It is a game of hot-and-cold played entirely through volume. When the voice can get no louder, you click, and the once-invisible cow finally appears.

Because it relies on hearing rather than looking, it also works as an accidental accessibility curio: the whole challenge is carried by audio, and the visuals barely matter until the reveal.

How it works

The trick runs on the browser’s Web Audio API, the standard interface that lets pages generate and control sound in real time, documented by MDN Web Docs. The game measures the distance between the cursor and the hidden target and maps that distance to loudness, so proximity becomes volume. The site notes it needs a reasonably modern browser for the audio to work at all, which is why turning sound on is the first instruction.

There is no account, no download, and nothing to install. The whole game is a single page reacting to where the mouse is.

Who made it

The game was built around 2013 by a programmer who goes by the handle Scriptist. It spread quickly as the kind of link people send when they are bored: by late 2013 the Philippine outlet Philstar reported that more than four million invisible cows had already been found by players worldwide. For a game whose entire premise is a screen with nothing on it, that is a remarkable amount of collective cow-hunting.

Why a blank screen keeps working

Find the Invisible Cow endures because it inverts the usual rule of the web. Most sites compete for the eyes; this one hides everything and rewards the ears. That novelty, plus the simple hot-and-cold loop, makes it instantly understandable and quietly funny. It also travels well, since describing it does it no justice and the only way to get the joke is to play. It sits comfortably beside the other single-purpose curiosities in the wider boring and unusual web, the same territory catalogued at the Boring Websites hub, where doing one small thing and nothing else is the whole point.

FAQ

How do you actually find the cow?

Turn your audio on, then drag the cursor around the blank page. The guiding voice grows louder as you get closer; when it is loudest, click to reveal the cow.

Why is the screen empty?

By design. The game is played by sound, not sight, so the blank canvas is the puzzle. The cow only becomes visible once you find it.

Do I need anything special to play?

Just sound and a modern browser. The game uses the Web Audio API, so audio must be enabled and your browser needs to support it.