Free online tool. All processing is client-side. No signup needed.
A Chronometer (precision timer) measures elapsed time with high precision, similar to a stopwatch but designed for longer-duration tracking with session persistence and export capabilities. While a simple stopwatch works for a single event, a chronometer tracks accumulated time across multiple sessions — perfect for tracking billable project hours, study time over weeks, workout minutes per month, or total time spent on any recurring activity. It saves sessions locally so you can stop and resume hours or days later.
Start the chronometer to begin tracking. Unlike a stopwatch that resets when stopped, the chronometer accumulates time — each start/stop adds to the running total. Sessions are stored locally (localStorage), so closing the browser doesn't lose your accumulated time. Features: project/task labels for each session, category tagging (work, study, exercise), daily/weekly/monthly summaries, and CSV export for invoicing or reporting. The running display shows total accumulated time this session, today, and all time.
Session Duration = Stop Time − Start Time\nAccumulated Total = Σ all session durations\nDaily Total = Σ sessions with same calendar date\n\nDisplay Format: HH:MM:SS (hours, minutes, seconds)\n\nBreakdown:\n• Current Session: time since last Start\n• Today: Σ sessions today\n• This Week: Σ sessions Mon-Sun\n• All Time: Σ all recorded sessions\n\nExport: Session, Start, End, Duration, Label, Date\nCSV format for spreadsheet analysis and invoicing
No — sessions are saved in localStorage and persist across browser restarts. Current session time is also preserved. However, clearing browser data will delete saved sessions. Export regularly.
A stopwatch measures one continuous interval and resets when stopped. A chronometer accumulates time across multiple start/stop cycles, days, and sessions — like an odometer for time. Use a stopwatch for a single race; use a chronometer for tracking work hours over weeks.
Free online Chronometer — no signup, 100% client-side processing. All data stays in your browser.