Add Minutes Calculator

Add or subtract minutes from a start time to see the resulting clock time, the date it falls on, and whether it lands on a different day.

Quick Facts

Formula
New time = start time + minutes, wrapped at 1,440 minutes/day
1,440 minutes = 24 hours, so the clock rolls over at midnight automatically.
Subtracting
Enter a negative number to subtract instead of add
Example: -90 subtracts 1 hour 30 minutes from the start time.

Your Results

Calculated
New Time (12-hour)
-
Result after adding or subtracting
New Time (24-hour)
-
Same result, 24-hour clock
Resulting Date
-
Date the new time falls on
Day Change
-
Whether the date shifted

Ready

Set a start time, date, and minutes to add (or subtract), then press Calculate.

About the Add Minutes Calculator

This tool adds (or subtracts) a number of minutes from a starting clock time and reports the resulting time, the date it falls on, and whether it crossed into a different day. It works on simple modular arithmetic: since a day has 1,440 minutes (24 x 60), the calculator wraps the result around midnight automatically whenever the total drops below 0 or passes 1,440.

How the calculation works

  • Convert the start time to minutes since midnight: hours x 60 + minutes.
  • Add the minutes you entered — a negative number subtracts instead of adds.
  • Divide the total by 1,440 (minutes per day). The remainder, kept between 0 and 1,439, is the new time of day; the whole-number part of the division is how many days were gained or lost.
  • Convert that remainder back into hours and minutes for both 12-hour (AM/PM) and 24-hour display.

Common uses

  • Figuring out what time a meeting, flight, or shift ends after adding a duration
  • Working out an arrival time after a delay ("departs at 11:40 PM, delayed 55 minutes")
  • Subtracting minutes to find a start time from a known end time ("must arrive by 2:15, allow 40 minutes to travel")
  • Checking whether an overnight task or shift crosses midnight into the next calendar day

Precision note

The result assumes a plain 24-hour clock with no time-zone changes or daylight-saving transitions in between the start and end times. If your calculation spans a DST switch or a time-zone boundary, add or subtract the relevant offset by hand.

Frequently Asked Questions

How do I subtract minutes instead of adding them?
Enter a negative number in the minutes field. For example, -45 subtracts 45 minutes from the start time. The calculator handles the midnight rollover the same way whether you are adding or subtracting.
What happens when adding minutes crosses midnight?
The calculator treats each day as 1,440 minutes (24 hours x 60 minutes). If the total pushes past midnight, the resulting date advances by one day, or more for large minute values, and that shift is shown in the Day Change result.
Does this account for daylight saving time or time zones?
No. The calculator assumes every day is exactly 1,440 minutes and does not adjust for daylight-saving clock changes or time-zone differences. If your calculation spans a DST transition, add or subtract the relevant hour manually.
How large a minute value can I enter?
You can add or subtract up to 100,000 minutes, about 69 days, in a single calculation, which covers most scheduling and multi-day duration questions.