Skip to content
Fix iPhone Speaker

165 Hz water eject sound

Generated live by your browser, not played from a file: 165 Hz as the fundamental, 45 seconds, with the harmonics a phone speaker needs to actually move. Speaker down, press Start.

0% Ready

Hold the phone speaker-down. Volume to maximum. Silent switch off.

  1. 1. Volume to max. iPhone: flip the silent switch to ring, or the tone is muted.
  2. 2. Speaker facing down. Gravity does half the work. Hold it over a towel.
  3. 3. Run 45 s, repeat. Works best while the speaker is still wet.

Why 165 Hz

A phone speaker is a few millimetres of diaphragm on a coil. Like any mass on a spring it has a resonant frequency, and at resonance it moves furthest for the least power. For the micro-drivers in phones that lands somewhere in the low-to-mid hundreds of hertz, and 165 Hz is close to the middle of that range across the phones people are actually trying to dry. It is not magic and 160 or 170 would do nearly as well; what matters is that it is low — big, slow shoves rather than a fast buzz — and near enough to resonance that the diaphragm really travels.

Water stays in a speaker grille because of surface tension: each droplet sits in a hole a fraction of a millimetre across and will not fall out on its own. A few hundred shoves a second break that tension, and with the grille facing down, gravity does the rest.

What the generator actually plays

A pure 165 Hz sine is physically right and sounds feeble, because a phone speaker’s output rolls off steeply below about 400 Hz. People hear almost nothing and press Stop. So this tool plays a band-limited square wave: 165 Hz as the fundamental, the strongest component, plus its odd harmonics at 495, 825, 1155 Hz and up, cut off before anything aliases. A soft clipper lifts the overall level to about 0.96 of full scale without the hard-edged distortion of a raw square. The result is a tone you can hear on a phone and a fundamental that still does the pushing.

In Sound mode it plays continuously for 45 seconds with a 10 ms fade at each end so nothing clicks. In Vibrate mode the same tone is gated on for 250 ms and off for 150 ms, which gives a stubborn droplet a series of shoves rather than one steady push — and makes the phone body buzz, which is where the name comes from. There is no Web Vibration API on iOS; every “vibrate” cleaner is doing this.

Oscillator versus file

Every Shortcut and YouTube version of this sound is a compressed audio file, and lossy codecs handle a steady low tone badly: the frequency smears, artefacts creep in, and a YouTube video keeps going with whatever plays next. The browser’s Web Audio API has an oscillator built in, so this page asks for 165 Hz and gets 165 Hz, every run, with nothing to download. It also means nothing leaves your device — pressing Start makes no network request at all.

Headphones and earbuds out before you press Start. The tone is at full scale and this is the one way to hurt something.

165 Hz water eject sound — questions people ask

Why is the water eject sound 165 Hz?
Because it sits near the resonant frequency of a phone micro-speaker. At resonance the diaphragm moves the largest distance for a given power, and it is that movement — not loudness — that pushes droplets out of the mesh. 165 Hz is also the note E3, which is where the Apple Watch Water Lock chirp starts, and it is the number the water-eject Shortcuts converged on after years of people trying other values.
Would a different frequency work better?
A little either side makes little difference; a lot either side makes it worse. Below about 120 Hz a phone speaker barely moves at all. Above about 300 Hz it gets louder to the ear but the diaphragm travel drops, so there is less push per cycle. The high-pitched “speaker cleaner” sounds on YouTube are impressive to listen to and clear less water.
Is the 165 Hz tone a sine wave?
The fundamental is, and 165 Hz stays the strongest component. But a bare sine at 165 Hz is nearly inaudible on a phone speaker, whose response rolls off below about 400 Hz, and inaudible is not the same as ineffective but it does make people stop the run early. This generator adds the odd harmonics of a square wave (495, 825, 1155 Hz and so on) with a soft clipper, so the speaker has energy it can actually reproduce while the 165 Hz push does the work.
Why generate it instead of playing an MP3?
Compression. An MP3 or a YouTube stream is lossy, and lossy codecs are worst at exactly this kind of signal — a steady low tone — where they smear the frequency and add artefacts. A browser oscillator produces 165.000 Hz on every run with nothing to download, nothing to expire and nothing to trust.
How loud is it, and is it safe?
As loud as your phone plays music: the generator does not exceed full scale, and the soft clipper keeps peaks inside it. It is safe for the speaker in 45-second runs. It is not safe for ears if headphones are connected, which is why the tool makes you confirm they are out before it starts.
Can I get the 165 Hz sound as a file?
Not from here, deliberately — a file is exactly the thing that goes stale and gets compressed. Bookmark this page instead; it works offline once loaded, on any phone, and the tone is regenerated fresh each time.