Clock Angle Calculator

Introduction

Clock angle questions look easy until one detail changes everything: the hour hand never waits at the exact number. It keeps drifting forward throughout the hour. That is why a time like 4:30 does not create a neat 60° gap. By the time the minute hand reaches 6, the hour hand has already moved halfway from 4 toward 5, so the smaller angle is actually 45°. This calculator handles that continuous motion for you and returns the smaller interior angle between the hands in degrees.

Use the tool when you want a fast answer, when you are checking schoolwork, or when you are practicing classic interview and puzzle problems. Enter any time, and the page converts that time into two positions on a 12-hour analog dial. It then compares the hand positions and reports the smaller angle, always between 0° and 180°. The explanation below is intentionally written in plain language so you can understand the pattern behind the number instead of treating it like a black box.

How to use the clock angle calculator

This calculator tells you the angle between the hour hand and the minute hand of an analog clock at any given time. Enter a time in the field below, and the tool will compute the smaller angle between the two hands, measured in degrees from 0° to 180°.

The calculation assumes an ideal 12-hour analog clock with smoothly moving hands. Seconds are ignored, so the position of the hands is based only on the hour and minute you provide. If you enter a 24-hour time such as 15:00, the calculator treats it as the same hand positions you would see at 3:00 on a 12-hour dial.

Basic geometry of a clock face

An analog clock face is a circle, so it spans 360°. The dial is divided into 12 hour marks. That simple fact drives the whole problem.

  • Each hour mark is separated by 30° because 360° ÷ 12 = 30°.
  • The minute hand completes a full revolution every 60 minutes, so it moves 6° per minute because 360° ÷ 60 = 6°.
  • The hour hand completes a full revolution every 12 hours, so it moves 0.5° per minute because 30° per hour ÷ 60 minutes = 0.5° per minute.

The angle between the clock hands at a given time comes from the difference between their positions on this circle. The minute hand is easy to place, but the hour hand needs special attention because it keeps sliding between hour marks instead of jumping only when the hour changes.

Formula for the angle between clock hands

Let:

  • H be the hour on a 12-hour clock, and
  • M be the minutes past the hour.

We measure angles clockwise from 12 o'clock, which is the top of the dial.

Position of the hour hand

In one hour, the hour hand moves 30°. In one minute, it moves 0.5°. At H hours and M minutes, the hour hand has moved:

θ _ hour = 30 × H + 0.5 × M

Position of the minute hand

The minute hand moves 6° per minute. At M minutes, it has moved:

θ _ minute = 6 × M

Raw angular difference

The unsigned angular difference between the hands is the absolute value of the difference between these positions:

θ = | 30 × H + 0.5 × M 6 × M |

Combine the minute terms and the expression becomes easier to use:

0.5M − 6M = −5.5M

So the difference becomes:

θ = | 30 × H 5.5 × M |

This value tells you how far apart the hands are in one direction around the circle, but a clock always has two angles between the hands. One is the shorter interior angle, and the other is the longer reflex angle.

Smaller vs. larger angle

Because a clock is circular, there are always two angles between the hands that add to 360°:

  • The smaller angle, between 0° and 180°.
  • The larger reflex angle, between 180° and 360°.

Most textbook questions and practical uses care about the smaller angle. To get that from the raw difference θ, you take the smaller of θ and 360° − θ.

smaller_angle = min(θ, 360° - θ)

The calculator on this page always returns this smaller angle. That is why 12:00 gives 0° instead of 360°, and 10:10 gives an acute angle rather than the larger reflex angle around the rest of the dial.

Worked examples

The following examples show how to apply the formula step by step and also highlight the most common place where people go wrong: forgetting that the hour hand keeps moving during the hour.

Example 1: 12:00

  • H = 12, M = 0
  • Hour hand: 30 × 12 + 0.5 × 0 = 360°
  • Minute hand: 6 × 0 = 0°
  • Raw difference: |360° − 0°| = 360°
  • Smaller angle: min(360°, 360° − 360°) = min(360°, 0°) = 0°

At 12:00, the hands overlap, so the angle between them is 0°.

Example 2: 3:00

  • H = 3, M = 0
  • Hour hand: 30 × 3 + 0.5 × 0 = 90°
  • Minute hand: 6 × 0 = 0°
  • Raw difference: |90° − 0°| = 90°
  • Smaller angle: min(90°, 360° − 90°) = min(90°, 270°) = 90°

At 3:00, the minute hand is at 12 and the hour hand is at 3, giving a right angle.

Example 3: 4:30

  • H = 4, M = 30
  • Hour hand: 30 × 4 + 0.5 × 30 = 120° + 15° = 135°
  • Minute hand: 6 × 30 = 180°
  • Raw difference: |135° − 180°| = 45°
  • Smaller angle: min(45°, 360° − 45°) = min(45°, 315°) = 45°

Even though the minute hand is at 6, the hour hand has moved halfway between 4 and 5, so the angle is 45° instead of 60°. This is the classic example that shows why you must account for the hour hand's gradual motion.

Example 4: 2:20

  • H = 2, M = 20
  • Hour hand: 30 × 2 + 0.5 × 20 = 60° + 10° = 70°
  • Minute hand: 6 × 20 = 120°
  • Raw difference: |70° − 120°| = 50°
  • Smaller angle: min(50°, 310°) = 50°

This example is useful because neither hand is resting on a special benchmark. The answer comes purely from the motion rates: 0.5° per minute for the hour hand and 6° per minute for the minute hand.

Example angles table

The table below summarizes the angle between the clock hands at several common times.

Example clock angles at common times
Time Smaller angle between hands
12:00
3:00 90°
6:00 180°
9:00 90°
4:30 45°
2:20 50°

Interpreting the results

When you enter a time, the calculator returns a single number in degrees. This is the smaller of the two possible angles between the hour and minute hands. You can interpret the output as follows:

  • : The hands are exactly on top of each other.
  • 0° < angle < 90°: The hands form an acute angle.
  • 90°: The hands are at a right angle.
  • 90° < angle < 180°: The hands form an obtuse angle.
  • 180°: The hands are in a straight line, pointing in opposite directions.

If you ever need the reflex angle instead, subtract the calculator's result from 360°. For example, if the tool shows 50°, the reflex angle is 360° − 50° = 310°.

Summary of key relationships

Clock hand motion and angle formulas
Quantity Expression Notes
Hour hand speed 0.5° per minute 30° per hour ÷ 60 minutes
Minute hand speed 6° per minute 360° per hour ÷ 60 minutes
Hour hand position 30H + 0.5M Degrees clockwise from 12
Minute hand position 6M Degrees clockwise from 12
Raw difference |30H − 5.5M| Unsigned angle between hand positions
Smaller angle min(θ, 360° − θ) Returned by this calculator

Assumptions and limitations

This clock angle calculator makes a few assumptions to keep the math clear and consistent:

  • 12-hour analog clock: The formulas assume a standard 12-hour dial with numbers 1 to 12 around the circle.
  • No seconds input: Only the hour and minute are considered. Any seconds are ignored.
  • Continuous motion of the hour hand: The hour hand is treated as moving smoothly rather than jumping from mark to mark, so at 4:30 it sits halfway between 4 and 5.
  • Smaller angle only: The calculator outputs the smaller angle between the hands, from 0° to 180°. It does not directly display the reflex angle.
  • Idealized mechanics: The model ignores real-world effects such as gear backlash, misalignment, or manufacturing tolerances.
  • Time format handling: Times entered in 24-hour format are interpreted by their equivalent 12-hour position.

These assumptions match the way the angle-between-clock-hands problem is usually defined in textbooks, competitions, and interview questions. They also keep the calculator focused on the geometric relationship between the hour and minute hands rather than on the engineering details of a physical timepiece.

Further observations

The same relative-motion idea behind the clock angle formula appears in many other contexts. The key quantity is how fast one hand gains on the other. The minute hand moves 6° per minute, while the hour hand moves 0.5° per minute, so the minute hand gains on the hour hand at 5.5° per minute. This is why the coefficient 5.5 shows up in the formula |30H − 5.5M|.

You can use this idea to answer classic questions such as how often the clock hands overlap. Setting the raw difference θ to 0 and solving 30H = 5.5M leads to regular but non-hourly meeting times. Over 12 hours, the hands line up 11 times, at intervals of about 65.45 minutes. Similar reasoning explains when the hands are at right angles or straight lines, and why the angle patterns repeat every 12 hours.

Once you understand that the problem is really about two rotating pointers with different speeds, the formula becomes much easier to remember. You are not memorizing a trick. You are measuring two positions on the same circle and then taking the shorter path between them. That geometric viewpoint is what makes the calculator useful far beyond one homework question.

Enter any hour and minute. The calculator ignores seconds and treats 15:00 as the same analog-clock position as 3:00.

Select a time to compute the angle.

Mini-game: Angle Lock

If you want to build intuition instead of only reading the formula, try the optional mini-game below. It uses the same concept as the calculator, but turns it into a fast timing challenge. An accelerated analog clock sweeps around the dial, and your job is to lock the hands when the smaller angle between them matches the target shown in the HUD.

The rules are simple on purpose. Tap the game canvas or press the space bar to lock the current angle. Close matches score points, perfect matches add time, and streaks boost your reward. As the run continues, the sweep gets faster, precision rounds appear, and the clock can reverse direction. A strong run teaches the same lesson as the calculator itself: because the minute hand gains on the hour hand steadily, familiar targets such as 30°, 90°, and 180° reappear in rhythms you can learn.

Target90°
Score0
Streak0
Time75.0s
Phase / BestP1Best: 0

Optional challenge

Angle Lock

Stop the accelerated clock when the smaller angle between the hands matches the target. Learn the pattern by feel, then check the math with the calculator above.

  • Tap the game area or press Space to lock the current angle.
  • Closer matches score more and build streaks.
  • The sweep gets faster, precision rounds tighten the lock zone, and later phases can reverse direction.

Best score: 0. Educational note: the minute hand gains on the hour hand at 5.5° per minute, which is why the smaller angle changes much faster than the hour hand alone.

Embed this calculator

Copy and paste the HTML below to add the Clock Angle Calculator | Find the Angle Between Clock Hands to your website.