Telling Time Worksheets

Make free printable clock-reading worksheets, read the clock or draw the hands, from o'clock to the minute, with a built-in answer key. Private, in-browser.

🌐 Español

Worksheet settings

🔒 Private by design: everything runs locally in your browser and never uploaded to any server.

The hour hand moves too, and that is most of the lesson

Ask an adult to draw 3:30 on a blank clock face and a surprising number will put the hour hand squarely on the 3. A real hour hand does not wait: it slides half a degree every minute, so at half past three it has already travelled fifteen degrees past the 3 and sits midway to the 4. Learning to read that in-between position is the difference between guessing a time and actually telling it.

That geometry is the core of these worksheets, and it is not approximated. The minute hand is placed at six degrees per minute, the hour hand at thirty degrees per hour plus half a degree per minute, and both formulas were checked by hand against 12:00, 3:00, 3:30, 6:15 and 9:45 with the expected angles written out before the code was trusted. So 3:30 puts the hour hand at 105 degrees, and 9:45 puts it three quarters of the way from the 9 to the 10, which is exactly the case children get wrong most often.

Read the clock, or draw the hands

The two task modes train opposite directions of the same skill, and a child can be fluent in one while being lost in the other.

Read the clock prints a clock with both hands drawn and a blank ruled line underneath. The student translates a picture into digits. This is the recognition half, and it is where most classroom practice stops.

Draw the hands prints the digital time as a caption and a completely blank clock face above it: numbers, tick marks, no hands. The student has to produce the picture, which means committing to a length for each hand and, crucially, deciding where the hour hand belongs. There is nowhere to hide in this direction. A child who has been reading clocks by looking only at the minute hand will place the hour hand on the number, and you will see it immediately.

Run the same difficulty in both modes across a week and you get a much clearer picture of what has actually landed.

Picking a difficulty and a page density

Difficulty controls the pool of minutes the generator can draw from. “To the hour” allows only :00. “To the half hour” allows :00 and :30, and is the default because it is where most curricula spend the longest. “To the quarter hour” adds :15 and :45. “To the minute” opens up every minute from 0 to 59, which is a genuine jump in difficulty, not a small increment, because it removes the pattern recognition a child can lean on at the other three levels.

Clocks per page is a legibility choice as much as a quantity one. Four clocks lay out as a 2 by 2 grid with big faces, which suits small hands and early practice. Six become 3 by 2, nine become 3 by 3, and twelve pack into 3 by 4 with noticeably smaller dials. The clock radius is computed from whichever of the cell’s width or height is tighter, so a twelve clock page never overflows its grid, but the numbers around the dial do get small. For a first lesson on a 12 clock page, expect to be asked what the numbers say.

One honest quirk of random generation: times can repeat on a page. At “to the hour” there are only twelve possible times, so a twelve clock sheet is nearly guaranteed to double up. That is fine for practice and a bit untidy for an assessment, so generate again if a repeat bothers you.

Generating, checking and printing

  1. Choose your Task, Difficulty, Clocks per page and Paper size (A4 or Letter).
  2. Click Generate worksheet. A fresh random set appears immediately as real clock faces on the page, so you can judge it before committing any paper.
  3. Tick Show answer key to flip the preview into its answer form, and untick it to go back. Not convinced by a sheet? Generate a new one; nothing is saved or queued.
  4. Click Download PDF for the two page file, worksheet then answer key, built from exactly the clocks you just previewed.

That last point matters more than it sounds. The download does not re-roll the random times; it takes the set already on screen and renders it, so what you approved is what prints.

What is in the file, and what is not

The PDF is built with pdf-lib, the same library behind the Printable Calendar and the Bingo Card Generator, and it uses the standard Helvetica faces, so the file stays small and opens anywhere without embedding a font. Page one and page two share the same grid, so a clock in position five on the worksheet is in position five on the key. Because the whole thing is drawn as vector lines and text rather than a rasterised picture, it prints crisply at any size and photocopies cleanly.

What it does not include: no AM or PM, no 24 hour times, no written answers in words (“quarter past four”), no elapsed-time questions, and no name line. The clock face itself is deliberately plain, with the numbers 1 to 12 and a tick mark at each of them, and no sixty minute ticks in between to count round. For times tables drill on the same kind of printable page, see Times Tables Practice; for letter formation, Handwriting Practice Worksheets follows the same generate, preview, print shape.

See it in action

Screenshot of the Telling Time Worksheets tool with a clock-reading worksheet builder with two tasks - read the clock and write the time, or draw the hands for a given time - and difficulty from o'clock through half and quarter hours
Telling Time Worksheets mid-process: a clock-reading worksheet builder with two tasks - read the clock and write the time, or draw the hands for a given time - and difficulty from o'clock through half and quarter hours.
Diagram: where the work happens on a SysFenix page that has no file input at all: the tool arrives as ordinary JavaScript inside the page, works the answer out on your own device and renders it in place, so the upload, queue and server-side record a typical online tool needs never happen
Where the work happens on a SysFenix page that has no file input at all: the tool arrives as ordinary JavaScript inside the page, works the answer out on your own device and renders it in place, so the upload, queue and server-side record a typical online tool needs never happen.

Frequently asked questions

Why is the hour hand between two numbers on some clocks?

Because that is where a real hour hand sits. It moves half a degree every minute, so at 3:30 it is 105 degrees round the dial, exactly halfway between the 3 and the 4, not parked on the 3. Sheets that draw the hour hand pointing straight at the number teach a habit that breaks the moment a child looks at a real clock, so every clock here uses the true position.

Do I get an answer key?

Yes, every download is a two page PDF with the worksheet on page one and the matching key on page two. In "read the clock" mode the key prints the correct digital time under each clock face. In "draw the hands" mode the key shows the same clocks with the hands drawn in, so you can compare shapes rather than work each one out yourself.

Can the same time appear twice on one sheet?

Yes, each clock is drawn independently at random, so a repeat is possible, and at the easiest setting it is likely. "To the hour" only has twelve possible times, so a 12 clock page will almost always repeat one. If you want a page with no duplicates, generate again or move up a difficulty level, which widens the pool.

What exactly does the difficulty setting change?

It controls which minute values can be drawn. "To the hour" uses only o'clock, "to the half hour" adds :30, "to the quarter hour" adds :15 and :45, and "to the minute" picks any minute from 0 to 59. The hour itself is always random between 1 and 12 whatever you choose.

Will this print properly on US Letter paper?

Yes, there is an A4 and a Letter option, and the grid is laid out for whichever you pick rather than being scaled by your printer afterwards. Both sizes use a 42 point margin all round with a title strip at the top, so nothing lands in a printer's unprintable border.

Is there a name and date line on the sheet?

Not at the moment. Each page carries a title strip and then the grid of clocks, so there is deliberately no name box, no date field and no branding; the clocks get the whole page. Draw a line on the board or add one by hand if your class needs it.

Related tools