Connect via MCP →

Enter Calculation

Formula

Advertisement

Results

Minutes Until Target Time
510
minutes from now
Hours 8
Remaining minutes 30
Equivalent 8 h 30 min

What is the Minutes Until Time Calculator?

This tool tells you exactly how many minutes remain between a current time and a later target time on a 24-hour clock. It is handy for timing breaks, cooking, meetings, study sessions, countdowns to a deadline, or working out how long until your shift ends. If the target time has already passed for today, the calculator assumes you mean the same time tomorrow and wraps around the 24-hour day.

How to use it

Enter the current time as an hour (0–23) and a minute (0–59). Then enter the target time the same way. The calculator converts both into a "minutes since midnight" value, subtracts them, and shows the number of minutes left — plus an easy hours-and-minutes breakdown.

The formula explained

Each time is first converted to total minutes of the day: minutes-of-day = hour \(\times\) 60 + minute. The difference is target − now. If that result is zero or negative (the target is earlier than or equal to now), 1440 minutes (one full day) is added so the answer always points to the next occurrence of that time. The total is then split into hours and minutes using integer division.

$$\text{Minutes} = \left(\left(60\,\text{Target Hr} + \text{Target Min}\right) - \left(60\,\text{Now Hr} + \text{Now Min}\right)\right) \bmod 1440$$
Clock face showing an arc swept clockwise from the current time to the target time
The calculator measures the clockwise gap from now to the target time.

Worked example

Current time 09:00 and target time 17:30. Now = \(9 \times 60 + 0 = 540\) minutes. Target = \(17 \times 60 + 30 = 1050\) minutes. Difference =

$$1050 - 540 = 510 \text{ minutes}$$

which equals 8 hours and 30 minutes.

Number line from 0 to 1440 minutes with now and target points and the gap between them shaded
A day spans 1440 minutes; the result is the difference between target and now, wrapping past midnight.

FAQ

What if the target is earlier than now? The calculator rolls over to the next day, so a target of 06:00 when it's currently 22:00 gives 480 minutes (8 hours).

Does it use seconds? No — it works to whole-minute precision on a 24-hour clock.

What does 0 minutes mean? If the two times are identical, the result wraps to 1440 minutes (a full day) since "now" has already reached the target.

Last updated: