Boring Websites The Blog

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

08 Aug 2026 · Updated 13 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.

A game you play with your ears

Almost every website fights for the visitor's eyes. Find the Invisible Cow does the opposite: it strips the screen bare and moves the entire game into sound. The blank canvas is not laziness, it is the puzzle, because the only information the player gets is a voice that rises and falls with the cursor's distance from a hidden target. Proximity becomes volume, and the player navigates by listening rather than looking.

That inversion has a happy side effect. A game carried almost entirely by audio is unusually welcoming to players who cannot rely on the visuals, and it doubles as a small demonstration that an interface does not have to be seen to be understood. The reveal, when the shouting peaks and a click finally makes the cow appear, works precisely because the player has spent the whole time imagining a space they could not see.

Under the hood it leans on the browser's Web Audio API, the standard interface for generating and shaping sound in real time, documented by MDN Web Docs. The page continuously measures the gap between the cursor and the hidden cow and maps that gap to loudness. That is why the first instruction is always to turn the sound on: with audio muted, there is quite literally no game, only an empty page.

Hot and cold, the oldest game there is

The reason the game needs no tutorial is that everyone has already played it. "Hotter" and "colder" as a way to guide a search is a children's game found in some form across most cultures, from the party game of hiding an object to the swimming-pool call of Marco Polo. Find the Invisible Cow simply swaps the shouted words for a single sustained voice and lets volume carry the same information.

That borrowed familiarity is doing a lot of quiet work. A first-time player does not need to be told that louder means closer, because the convention is older than the web, older than computers, older than most of the games it sits beside. The site inherits an instinct rather than teaching a rule, which is why a blank page with one voice can be understood in seconds by someone who has never seen it before.

Committing fully to that one mechanic is what makes it a proper toy rather than a tech demo. There is no scoreboard, no timer, and no difficulty curve, only the pure hot-and-cold loop repeated until the click. Like the best single-purpose sites, it does one legible thing and then refuses to complicate it.

Four million cows and counting

For a game that shows the player nothing, Find the Invisible Cow spread remarkably far. It became the sort of link people send each other when they are bored, and the numbers followed. By late 2013 the Philippine outlet Philstar reported that players worldwide had already located more than four million invisible cows, a strange statistic for a page whose main feature is emptiness.

That reach is a case study in how these sites travel. A screenshot of a blank screen sells nothing, so describing the game is useless and the only way to pass it on is to make someone try it. That built-in "you have to see it, or rather hear it" quality turns every player into a distributor, which is exactly how an unmarketed one-page game racks up seven-figure play counts without any marketing at all.

The game was built around 2013 by a programmer who goes by the handle Scriptist, and it has needed little attention since. A page that measures distance and adjusts volume has no content to keep current and no feature backlog to service, so it has simply kept running and kept being shared.

The useless web, played by sound

Find the Invisible Cow belongs to the same family as the rest of the deliberately pointless web, best sampled through The Useless Web and catalogued at the Boring Websites hub. What sets it slightly apart from its neighbours is the medium: most one-joke sites are visual, and very few are carried by audio, which gives this one a distinct place in the canon.

Its closest relatives in this blog are the other commit-to-one-idea pages, such as Eel Slap and Cat Bounce, where the visitor's own movement drives the whole experience. All three make the same wager: that a single mechanic, executed with conviction, is more memorable than a page full of options. A blank screen that has hidden four million cows is a persuasive way to prove the 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.