Skip to main content
PT

Pomodoro Timer

Stay focused with timed work sessions and breaks — the classic Pomodoro Technique, running entirely in your browser.

Did you like the tool? Thanks!
Share:

Technique: Focus sessions → Short breaks → Long break every sessions. All in your browser — nothing sent anywhere.

How to Use Pomodoro Timer

Set your preferred focus session and break durations, then start the timer. It alternates automatically between Focus, Short Break and Long Break phases, tracks how many sessions you have completed, and signals when each phase ends — all without a single request leaving your browser.

About Pomodoro Timer

The Pomodoro Technique is a time-management method developed by Francesco Cirillo in the late 1980s, named after the tomato-shaped kitchen timer ('pomodoro' in Italian) he used as a university student. The core idea is simple but surprisingly effective: you work in focused, uninterrupted blocks of 25 minutes (one 'pomodoro'), then take a short 5-minute break. After four pomodoros, you take a longer break of 15–30 minutes before starting the cycle again. This rhythm is designed to work with, rather than against, the brain's natural attention span — most people can sustain deep focus for roughly 20–30 minutes before concentration starts to fray, and the enforced short break between sessions prevents the creeping mental fatigue that makes a three-hour uninterrupted grind actually less productive than three separate 25-minute blocks with real rests between them. The break is not an afterthought — it is the mechanism that makes the technique sustainable. The promise of an approaching break makes it easier to resist the urge to check a notification or switch tabs mid-session, because you know a legitimate pause is coming soon. The short break also gives your brain a chance to process what you just worked on in the background (the 'diffuse mode' of thinking that often produces the solution to a problem you were stuck on during the focused session), and the longer break after four cycles prevents the cumulative burnout that comes from pushing through for hours without proper rest. This timer automates the alternation between phases so you do not have to manage it manually. You can adjust the durations to suit your own rhythm — some people prefer 45- or 50-minute focus blocks, others find 20 minutes works better for creative work — as well as the number of sessions before the long break kicks in. The timer runs entirely in your browser using JavaScript's setInterval, updating the display every second. Nothing you set is transmitted, stored, or shared — the timer, the session counter and the phase transitions all stay local to your device. Two practical notes worth being aware of. First, browser tabs that are in the background for long periods may have their timers throttled by the browser's own power-saving behaviour — the Pomodoro Timer will catch up when you return to the tab, and in most modern browsers an active audio indicator or a visible timer display will prevent throttling during short focus sessions. Second, this is a concentration tool, not a precise scientific instrument — it is built for the human-scale rhythm of working and resting, not for timing experiments or sub-second accuracy.

Details & Tips

How the timer works: • Focus phase: counts down from your chosen work duration (default 25 minutes) to 0:00. • When Focus reaches 0, the timer automatically switches to Short Break (default 5 minutes) — or Long Break if the current session count is a multiple of the 'Sessions before long break' setting (default 4). • When Short or Long Break reaches 0, the timer automatically switches back to Focus and increments the session counter. Default durations used by the classic Pomodoro Technique: • Focus: 25 minutes • Short Break: 5 minutes • Long Break: 15 minutes • Long break trigger: every 4 completed focus sessions Worked example: starting from 0 sessions completed, you click Start. The timer runs a 25-minute Focus session. When it hits 0:00, it switches to a 5-minute Short Break. When that hits 0:00, it switches back to Focus, and the session counter shows 2. After four Focus completions (sessions 1 through 4), the next break is a 15-minute Long Break instead of a 5-minute Short Break. After the Long Break ends, the next Focus starts, the session counter wraps back to 1, and the cycle repeats. Edge cases handled automatically: • Pausing during a running session stops the countdown at the current value and lets you resume from that exact second. • Reset returns the timer to its initial state — all sessions cleared, timer back to the Focus duration, phase back to Focus — without affecting your saved duration settings. • Starting the timer with the phase already at 0:00 (e.g., immediately after a phase ended) begins the next phase automatically, with no blank interval. • Changing durations while the timer is stopped updates the displayed time immediately; changing them while the timer is running does not take effect until the next phase begins (to avoid inconsistent mid-phase durations). • The timer uses a 1-second setInterval tick. Very long durations (hours) work fine; the display adapts from MM:SS to HH:MM:SS for phases exceeding 59:59.

Frequently Asked Questions

What is the Pomodoro Technique?
A time-management method where you work in focused 25-minute blocks (called "pomodoros") separated by 5-minute short breaks, with a longer 15-30 minute break after every four pomodoros. It was developed by Francesco Cirillo in the late 1980s and is designed to work with the brain's natural attention span.
Why 25 minutes? Can I change it?
25 minutes is the classic Pomodoro duration because it is roughly the span most people can sustain deep focus without significant mental fatigue, but you can adjust it to whatever works for you — some prefer 45 or 50 minutes, others find 20 minutes better for creative tasks. The duration inputs are editable at the top of the timer.
Does the timer work if I switch to another tab?
Yes — the timer uses setInterval which continues counting in background tabs in most modern browsers. Very long background periods may be throttled by the browser's power-saving, but the timer catches up when you return to the tab, and the short durations typical of Pomodoro sessions (25-50 minutes) are well within most browsers' background timer tolerance.
What is the difference between Short Break and Long Break?
Short Breaks (typically 5 minutes) happen after each individual focus session. Long Breaks (typically 15 minutes) happen after every fourth focus session and give you a proper rest to prevent the cumulative fatigue that builds up across multiple work blocks.
Does the timer make a sound when a phase ends?
The visual phase indicator and session counter update immediately when a phase changes — the phase label switches from "Focus" to the break type, and the session count increments. An optional browser notification can be added if your browser supports it; this timer currently uses a visual cue rather than an audible alarm to avoid disturbing others in shared spaces.
What happens if I pause mid-session and come back later?
The timer pauses at the exact second you stopped it and resumes from there — no time is lost and nothing resets automatically. The session counter, phase state and remaining time are all preserved.
Can I change the break durations while a session is running?
The duration settings are read at the start of each phase. Changing them mid-phase does not affect the current countdown — the new values take effect when the next phase begins, so you can adjust for the upcoming break without disrupting the current focus session.
Is a Pomodoro timer the same as a regular countdown timer?
No. A countdown timer simply counts down to zero once and stops. A Pomodoro timer runs repeating cycles of focus and break phases, auto-advancing between them, and tracks how many sessions you have completed — it is a workflow rhythm tool, not a one-shot countdown.
Does this timer store or send my session data anywhere?
No. The timer, session counter, phase switches and duration settings all run entirely in your browser using JavaScript — nothing is transmitted, logged, or stored.
Why is it called a "Pomodoro" timer?
Francesco Cirillo, the technique's creator, used a tomato-shaped kitchen timer as a university student — "pomodoro" is Italian for tomato. The name stuck, and "one pomodoro" became the standard term for one 25-minute focus block.
Does the Pomodoro Technique actually improve productivity?
Evidence is mostly anecdotal rather than from large controlled studies, but the mechanism is psychologically well-grounded: breaking work into short, time-boxed intervals with guaranteed breaks reduces the dread of an open-ended task, makes starting easier (you are only committing to 25 minutes, not "the whole thing"), and the approaching-break effect helps resist mid-session distraction. Many people find it works well for writing, coding, studying and other sustained-focus tasks.

Part of These Collections

Also Available As

pomodoro timer, focus timer, pomodoro technique, work timer, productivity timer, time management timer

Found a Problem?

Let us know if something with Pomodoro Timer isn't working as expected.

Thanks — we'll take a look.