Clock Angle Calculator

Free Clock Angle Calculator — find the angle between the hour and minute hands for any time. Supports 12-hour format with step-by-step formula breakdown.

957.6K usesUpdated · 2026-04-28Runs locally · zero upload

How to Use Clock Angle Calculator

The Clock Angle Calculator gives you the angle between the clock's hour and minute hands for any time in seconds.

  1. Enter hours — Type the hour value (1–12). The Clock Angle Calculator uses the 12-hour format.
  2. Enter minutes — Type the minute value (0–59).
  3. Read the result — The Clock Angle Calculator instantly shows the hour-hand angle, minute-hand angle, raw difference, and the minimum angle between the two hands.

The smaller of the two possible angles (below 180°) is highlighted as the standard answer reported by the Clock Angle Calculator.

Formula & Theory — Clock Angle Calculator

The Clock Angle Calculator applies the standard angular velocity formulas for both clock hands:

Hour hand angle   = 30 × h + 0.5 × m
Minute hand angle = 6 × m
Raw difference    = |Hour angle − Minute angle|
Minimum angle     = min(Raw difference, 360 − Raw difference)
Symbol Meaning
h Hour (1–12, normalized to 0–11 internally)
m Minutes (0–59)

Why 30° and 6°?

A full clock face is 360°, divided into 12 hour positions (360 / 12 = 30° per hour) and 60 minute positions (360 / 60 = per minute). Because the hour hand also moves during each minute, the Clock Angle Calculator adds 0.5° per minute to the hour-hand position (30° per hour ÷ 60 minutes = 0.5°/min).

Use Cases for Clock Angle Calculator

The Clock Angle Calculator is useful in many practical and academic contexts:

  • Math education — Clock angle problems are a classic topic in middle-school and competitive mathematics. The Clock Angle Calculator lets students verify their work and understand the formula intuitively.
  • Coding interviews — The clock-angle problem is a well-known interview question. Use the Clock Angle Calculator to check your implementation.
  • Puzzle and quiz solving — Many aptitude tests include time-angle questions; the Clock Angle Calculator provides instant, accurate answers.
  • Graphic design and watchmaking — Designers laying out clock faces or animating clock hands can use the Clock Angle Calculator to verify hand positions at any given time.
  • Teaching aid — Teachers can use the Clock Angle Calculator to generate example problems with known solutions for classroom exercises.

The Clock Angle Calculator turns a classic geometry problem into a quick, reliable, browser-based computation.

Frequently asked questions about Clock Angle Calculator

How does the Clock Angle Calculator work?

The Clock Angle Calculator computes the hour hand angle (30h + 0.5m), the minute hand angle (6m), takes their absolute difference, then returns the smaller of that difference and 360 minus the difference.

What is the minimum angle between clock hands at 3:15?

At 3:15 the hour hand is at 97.5° and the minute hand is at 90°. The Clock Angle Calculator gives a minimum angle of 7.5°.

Why does the hour hand move when minutes change?

The hour hand moves continuously, advancing 0.5° per minute. The Clock Angle Calculator accounts for this with the formula 30h + 0.5m, so the result is accurate for any minute value.

Is my data stored?

No. All calculations happen in your browser; nothing is sent to a server.