โฑ๏ธ 90 Minute Timer, Online and Free with Alarm
By Shihab Mia ยท Updated 2026-07-08
Set for 90 minutes. Press Start to begin the countdown.
This 90 minute timer is preset to a full 1 hour and 30 minutes, which is 5,400 seconds, so you can press Start and immediately begin a clean countdown with no setup. Because the duration passes the one hour mark, the large display reads in hours, minutes, and seconds like 1:30:00, and a thin progress bar drains as the time runs down. A clear alarm sounds the moment it reaches zero, and you can edit the minute and second fields, pause, resume, or reset at any time. It runs entirely in your browser, with no sign-up and no limits.
What is the 90 Minute Timer?
A 90 minute timer is a countdown fixed to 5,400 seconds, which is 1.5 hours or 1 hour and 30 minutes. When you press Start, the tool records the exact clock time ninety minutes into the future and then, four times a second, works out how many seconds are left by subtracting the current time from that target. That result is split into hours, minutes, and seconds and painted onto the big display as 1:30:00, while the progress bar shrinks from full to empty so you can watch the block draining at a glance. The whole ninety minute window is loaded by default, so this page answers the single most common request directly: set a timer for 90 minutes and walk away.
Ninety minutes is a length that shows up everywhere in daily life, which is what makes a dedicated timer for it so useful. It is roughly the span of one full human sleep cycle, so a 90 minute nap lets you pass through light sleep, deep sleep, and back toward waking, which is why waking at the end of a cycle often feels less groggy than waking in the middle of one. It is also the classic ultradian focus block behind the so called 90 minute rule for deep work, the length of a regulation soccer match plus a short allowance, the running time of many feature films, and a common duration for a written exam. Whatever the reason, the goal is the same, a reliable cue exactly ninety minutes from now.
The reason the countdown reads the live clock every tick, rather than simply subtracting one from a stored number, is accuracy. Browsers deliberately slow down or pause background timers to save battery, so a naive counter would fall behind whenever you switched tabs, locked your phone, or let the screen sleep. This timer sidesteps that entirely. Even if the tab is frozen for half an hour, the next time it wakes it compares the saved end time against the real clock and jumps straight to the correct remaining value. Over a stretch as long as an hour and a half that difference matters, because a drifting timer could easily finish several minutes late, which would ruin a nap or an exam that depends on the full window.
When the ninety minutes are up, the countdown hits zero and the alarm fires. The tool uses the Web Audio API to generate a short 880 Hz tone that beeps a few times and fades out, so you get an audible cue without needing any sound file to download. The status line also updates to read Time is up, which doubles as an accessible announcement for screen readers and a visual confirmation if your device is muted. The audio is wrapped in error handling, so on a browser that blocks or does not support the audio context the timer still finishes cleanly and shows the message, it simply stays silent.
When to use it
- Timing a single 90 minute sleep cycle for a power nap, so you wake near the end of a cycle instead of in deep sleep and feel less groggy.
- Protecting a 90 minute ultradian deep-work block, the focus interval behind the 90 minute rule, then taking a deliberate break before the next one.
- Following a full soccer match through both 45 minute halves plus the interval, or timing your own scrimmage to the regulation ninety.
- Watching a feature film or a 90 minute lecture recording straight through without checking the clock.
- Running a 90 minute written exam, mock test, or timed practice paper to a hard stop, so you rehearse working within the real limit.
How to use the 90 Minute Timer
- Open the page. The timer already shows 1:30:00, a full ninety minute countdown ready to go.
- Press Start to begin. The display counts down in hours, minutes, and seconds and the progress bar starts to shrink.
- Press Pause to stop the clock while keeping the remaining time, then Start again to resume from where you left off.
- To use a different length, edit the Minutes and Seconds fields while the timer is stopped, then press Start.
- Press Reset at any time to return to your set duration (90:00 by default).
- Leave the tab open. When the countdown reaches zero the alarm sounds and the status reads Time is up.
Formula & method
Worked examples
You press Start on the default 90 minute timer and check back a while later. What does it show?
- On Start the tool sets initialTotal = 5400 seconds and endTime = now + 5400 seconds.
- Say 37 minutes and 30 seconds have passed, which is 2,250 seconds elapsed.
- remaining = 5400 - 2250 = 3150 seconds.
- hours = floor(3150 / 3600) = 0, minutes = floor(3150 / 60) = 52, seconds = 3150 mod 60 = 30.
- progress bar width = 3150 / 5400 x 100 = 58.3 percent.
Result: The display reads 52:30 (under an hour now, so it drops the hours field) and the bar is a little under three fifths full.
You want to time a soccer scrimmage of two 40 minute halves, so 80 minutes instead of 90. How do you set it?
- While the timer is stopped, change the Minutes field from 90 to 80, leaving Seconds at 0.
- The display updates immediately to 1:20:00 as you type, because editing while stopped recomputes remaining.
- total seconds = 80 x 60 + 0 = 4800, so initialTotal becomes 4800 on Start.
- Press Start and the countdown begins from 1:20:00.
Result: The timer now counts down a full 1 hour 20 minutes and the alarm sounds after 4,800 seconds.
What a 90 minute timer is worth in other units
| Unit | Value in 90 minutes |
|---|---|
| Hours | 1.5 |
| Minutes | 90 |
| Seconds | 5,400 |
| Half hours | 3 |
| Quarter hours | 6 |
| Sleep cycles (about 90 min each) | 1 full cycle |
Popular things that run about ninety minutes
| Activity | Why it fits 90 minutes |
|---|---|
| One sleep cycle | Light, deep, and REM stages complete in roughly 90 minutes |
| Deep-work focus block | The ultradian 90 minute rule for sustained concentration |
| Soccer match | Two 45 minute halves make up regulation time |
| Feature film | Many movies run 90 to 120 minutes |
| Written exam | A common length for a single timed paper |
Common mistakes to avoid
- Expecting sound while the device or tab is muted. The alarm plays through your browser, so if your phone is on silent, the system volume is down, or the tab is muted, you will see Time is up but hear nothing. Check the volume before you rely on the beep to end a nap or an exam.
- Thinking the countdown pauses when you switch tabs. The visible ticking may slow in a background tab, but the timer does not lose time. It reads the live clock each tick, so when you return it shows the true remaining value and still finishes exactly ninety minutes after you pressed Start.
- Assuming a 90 minute nap alone guarantees waking refreshed. One cycle is close to 90 minutes on average, but individual cycles vary from about 80 to 100 minutes and drift with sleep pressure. The timer measures the time precisely, but your own cycle may not land exactly on the mark, so treat 90 minutes as a sensible target rather than a guarantee.
- Editing the minutes while the timer is running. Changing the Minutes or Seconds fields only updates the countdown while the timer is stopped. If you want a different length mid-run, press Pause or Reset first, then adjust the numbers and Start again.
Glossary
- Countdown
- A timer that starts from a set duration and decreases toward zero, showing how much time is left rather than how much has passed.
- Sleep cycle
- One full pass through the stages of sleep, from light through deep to REM, lasting about 90 minutes on average.
- Ultradian rhythm
- A natural cycle shorter than a day, roughly 90 minutes long, that underlies the 90 minute rule for focused work.
- Remaining time
- The seconds still left on the timer, recomputed each tick from the saved end time against the current clock.
- Alarm
- The audible tone that sounds when the countdown reaches zero, generated in the browser through the Web Audio API.
- Tab throttling
- The way browsers slow down or pause timers in hidden or background tabs to save power, which this tool corrects by reading the live clock.
Frequently asked questions
How many seconds is a 90 minute timer?
A 90 minute timer counts down 5,400 seconds, which is the same as 1.5 hours or 1 hour and 30 minutes. On Start the tool loads 5,400 seconds and shows it as 1:30:00.
Why does the display switch between 1:30:00 and a shorter format?
While there is an hour or more left, the timer shows hours, minutes, and seconds like 1:30:00. Once the remaining time drops below one hour it switches to the shorter minutes and seconds format, for example 59:59, so the reading stays clean.
Is 90 minutes really one sleep cycle?
On average, yes. A full sleep cycle runs roughly 90 minutes, so a 90 minute nap aims to end near the close of a cycle when waking tends to feel easier. Individual cycles vary from about 80 to 100 minutes, so use it as a helpful target rather than an exact rule.
Does the timer keep running if I switch to another tab or app?
Yes. It records the exact end time and compares it to the live clock each tick, so even if the browser pauses the tab in the background the countdown stays accurate and finishes exactly ninety minutes after you started.
Can I change it to a length other than 90 minutes?
Yes. While the timer is stopped, edit the Minutes and Seconds fields and the display updates as you type. You can set anything from a few seconds up to several hours, then press Start.
Is this 90 minute timer free to use?
Completely free. There is no sign-up, no account, no download, and no limit on how many times you use it. Everything runs locally in your browser and keeps counting even if you go offline after the page loads.