ToolNimba

โฑ๏ธ 4 Minute Timer, Online Countdown with Alarm

Shihab Mia By Shihab Mia ยท Updated 2026-07-08

04:00

Ready. Press Start for a 4 minute countdown.

This 4 minute timer is preset to 04:00 and ready the moment the page loads, so a full 240 second countdown starts with a single click. It is tuned for the tasks that live right at the four minute mark: soft-boiling an egg, steeping a strong pot of black tea, one Tabata-style HIIT block, a plank challenge, or a single round of Wim Hof breathing. When the four minutes are up it sounds a clear alarm so you can look away and trust it to call you back.

What is the 4 Minute Timer?

Four minutes is a deceptively powerful length. It is longer than the throwaway one and two minute intervals, so you can complete something that actually matters, yet it is short enough to hold full attention from the first second to the last. That is why it shows up in so many specific protocols: the classic Tabata block runs for exactly four minutes, a soft-boiled egg firms up in about the same time, and a strong cup of black tea reaches full strength in three to five minutes. This tool turns that sweet spot into an exact, hands free countdown. The display reads 04:00 (240 seconds) on load, you press Start, and it counts down to zero with no setup, sign in, or app to install.

Under the hood the timer does one thing cheap countdowns get wrong: it stays accurate when you switch away from the tab. Instead of blindly subtracting one second on a loop, it records the exact clock time your four minutes will end and, on every update, works out how many seconds remain by comparing that end time to your device clock right now. Browsers deliberately slow down timers in background tabs to save battery, so a naive one second loop drifts and finishes late. Because this timer reads the real clock, it self corrects the instant you return, and the final zero lands at the true 240 second mark.

When the countdown reaches zero the tool plays a short alarm using your browser built in sound engine, the Web Audio API, so there is nothing to download and no ad supported jingle. It sounds a clean 880 Hz tone that fades out, repeated a couple of times so you hear it from across the room or over a workout playlist. The whole thing is wrapped so that if your browser blocks audio until you interact with the page, the timer still finishes cleanly and shows a "Time is up" message on screen instead. Everything runs locally in your browser, which is why it works offline once loaded and never sends your activity anywhere.

The four minute length suits a specific family of tasks. In the kitchen it covers a soft-boiled egg, a French press or a robust pot of black tea, and a quick simmer or blanch. In fitness it maps directly onto a Tabata circuit (eight rounds of twenty seconds hard, ten seconds rest), a four minute plank challenge, or a single round of Wim Hof breathing followed by a hold. In study it is a tight, focused interval to draft an idea, review flashcards, or reset between longer sessions. Adjust the minute and seconds boxes if you need a slightly different length, and the timer instantly follows.

When to use it

  • Soft-boiling an egg to a set, jammy yolk by timing the full 240 seconds from the moment the water returns to a boil.
  • Steeping a strong pot of black tea for the recommended three to five minutes so it is bold without turning bitter.
  • Running one Tabata-style HIIT block, eight rounds of twenty seconds work and ten seconds rest, which totals exactly four minutes.
  • Holding a four minute plank challenge or a stretching round hands free, watching the bar rather than the clock.
  • A short, focused study or writing interval to draft one idea or review a stack of flashcards before a break.
  • Pacing a single round of Wim Hof style breathing and the retention hold that follows it.

How to use the 4 Minute Timer

  1. Open the page. The display already reads 04:00, so a full four minute (240 second) countdown is ready.
  2. Press Start. The timer begins counting down and the progress bar shrinks from full.
  3. Press Pause to hold the count where it is, then Start again to resume from the same point.
  4. To change the length, edit the minutes or seconds boxes while the timer is stopped, then press Start.
  5. Press Reset at any time to return to your set duration (four minutes by default).
  6. When the bar empties, an alarm sounds and the status line reads "Time is up".

Formula & method

total seconds = minutes x 60 + seconds. For four minutes that is 4 x 60 + 0 = 240 seconds. The display splits the total back into MM:SS, where minutes = floor(total / 60) and seconds = total mod 60. While running, remaining = round((endTime - now) / 1000), and the progress bar width = remaining / initialTotal x 100 percent.
04:00240 sec4 min = 240 secondsEgg soft-boilTabata block (8 x 20s / 10s)Black tea steepPlank challenge

Worked examples

A default four minute countdown for a soft-boiled egg.

  1. The display shows 04:00, which is 4 x 60 + 0 = 240 seconds total.
  2. Lower the egg into boiling water and press Start. The tool sets the end time to 240 seconds from now.
  3. After 1 minute has passed, remaining = 240 - 60 = 180 seconds, so the display reads 03:00 and the bar sits at 75 percent.
  4. At 240 seconds the remaining value hits 0, the display reads 00:00, and the alarm sounds so you can lift the egg out.

Result: 04:00 counts down to 00:00 in exactly 240 seconds, then the alarm plays.

Adjusting the timer to three minutes thirty seconds for a lighter tea.

  1. While the timer is stopped, set the minutes box to 3 and the seconds box to 30.
  2. The display updates immediately to 03:30, which is 3 x 60 + 30 = 210 seconds.
  3. Press Start to begin the 210 second countdown for a slightly less bitter brew.
  4. Press Reset later and it returns to 03:30, your last set duration, not back to four minutes.

Result: 03:30 (210 seconds) counts down and Reset restores your custom length.

What a four minute block is good for

UseWhy four minutes fits
Soft-boiled eggAbout 4 minutes from a rolling boil gives a set white and a jammy yolk.
Black tea (pot)Full strength brews in 3 to 5 minutes before tannins turn it bitter.
Tabata HIIT blockEight rounds of 20 seconds work and 10 seconds rest equal exactly 240 seconds.
Plank challengeA demanding but achievable single hold target for building core endurance.
Wim Hof roundFits one round of paced breathing plus the retention hold.
Study sprintLong enough to draft one idea, short enough to keep full focus.

Common short timer lengths in seconds

DurationTotal secondsShown as
1 minute6001:00
3 minutes18003:00
4 minutes24004:00
5 minutes30005:00
10 minutes60010:00

Common mistakes to avoid

  • Device muted, so the alarm is silent. The timer plays a real tone through your speakers, but it cannot override a muted device or a silenced browser tab. If you need the sound, especially over a workout playlist, check your volume and unmute the tab before you rely on the alarm.
  • Starting the egg timer before the water boils. A four minute soft-boiled egg is timed from the moment the water is at a rolling boil, not from when you turn on the heat. Press Start only once boiling is steady, or the egg will come out underdone.
  • Forgetting to press Start. Editing the minutes or seconds only sets the duration, it does not begin the countdown. The timer stays still until you press Start, which is deliberate so you can get into position for a plank or breathing round first.
  • Assuming Reset resumes a paused timer. Pause holds the count so Start continues from the same point. Reset is different: it clears progress and returns to your full set duration. Use Pause between Tabata rounds if you need a breather, Reset when you want to start the four minutes over.

Glossary

Countdown
A timer that starts at a set duration and decreases toward zero, the opposite of a stopwatch that counts up.
Tabata
A high intensity interval format of eight rounds, each 20 seconds of hard work and 10 seconds of rest, adding up to exactly four minutes.
Elapsed time
How much time has already passed since you pressed Start. For a four minute timer, elapsed plus remaining always equals 240 seconds.
Alarm
The sound played when the countdown reaches zero. Here it is a short 880 Hz tone generated by your browser, repeated a few times.
Tab throttling
The way browsers slow background tab timers to save power. This tool corrects for it by reading the real clock rather than counting loops.
Web Audio API
A built in browser feature for generating sound, used here to play the alarm with no file to download.

Frequently asked questions

How many seconds is a 4 minute timer?

A 4 minute timer runs for 240 seconds, since 4 multiplied by 60 is 240. The display shows this as 04:00 and counts down to 00:00, at which point the alarm sounds.

Does the 4 minute timer make a sound or alarm?

Yes. When the countdown reaches zero it plays a clear 880 Hz alarm tone a few times through your speakers, and the status line shows "Time is up". Make sure your device and browser tab are not muted so you can hear it.

Is four minutes right for a soft-boiled egg?

For a large egg lowered into already boiling water, about 4 minutes gives a firm white with a soft, jammy yolk. Start the timer the moment the water returns to a rolling boil, and drop to roughly 3 minutes for a runnier centre.

Does the timer keep running if I switch to another tab or app?

Yes. It records the exact moment your four minutes will end and compares it to your device clock, so it stays accurate in a background tab and finishes on time. The on screen digits may pause while hidden, but they snap to the correct value when you return.

Can I change it from four minutes to another length?

Yes. While the timer is stopped, type a new value into the minutes or seconds boxes and the display updates at once. It supports anything from a few seconds up to 999 minutes, then counts down from whatever you set.

Is this 4 minute timer free and does it need an app?

It is completely free with no account, no ads to click through, and nothing to install. It runs entirely in your browser and even works offline once the page has loaded.