Stopwatch

Measure time in milliseconds and record lap times.

Category: Date & Time

When to use?

Use it to time workout segments or accurately record how long a task takes. The lap button records cumulative segment times.

How to use

  • Press start to begin timing.
  • Press lap to record the current segment and cumulative time.
  • Use stop to pause and reset to clear.

Input Explanation

Use the start, pause, and lap buttons to control the measurement.

Calculation Basis

It calculates the difference between the start timestamp and the current timestamp in milliseconds and renders it on screen in real time.

Usage Examples

  • Time workouts - Record running or workout segments as lap times.
  • Time tasks - Accurately measure how long a specific task takes.
  • Record study time - Split study time by subject or unit using laps.

Examples

  • Record segment times with the lap function
  • Time a meeting or presentation to the hundredth of a second

Cautions

  • Timer precision can vary slightly with background tabs or system delays.
  • JavaScript timer execution may have slight (millisecond) delays depending on tab activity and device CPU load.

Guides

How to use the stopwatch

Press start to begin and pause to stop. With the lap function, record segment times to compare each split.

Note on accuracy

Browser-based timers can drift by tens of milliseconds under system load. For precise measurement, use a dedicated digital stopwatch.

FAQ

Can it record lap times?

Yes, each lap press records the segment time and cumulative time.

Does refreshing the page reset it?

Yes, the stopwatch state is kept only during the session.

What is the precision?

It displays down to 0.01 seconds (10 ms) for precise short intervals.

How do lap and cumulative time differ?

Lap time is the segment since the previous lap; cumulative time is the total from the start to that lap.

Related Tools

  • Date Difference Calculator - Calculate the number of days between two dates, or the date N days from a reference date.
  • D-Day Calculator - Show the days remaining until, or elapsed since, a target date based on today.
  • Age Calculator - Calculate your exact age, this year's birthday status, and days until your next birthday.
  • Time Calculator - Add or subtract time from a clock time, and calculate the interval between two times.
  • Timestamp Converter - Convert Unix timestamps to readable dates and dates back to Unix timestamps.
  • Months Between Dates Calculator - Calculate total months, days, and a year/month/day breakdown between two dates.