How to use this chart generator
- Pick a chart type. Full grid is the classic multiplication chart — every product from 1×1 up to your chosen range in one square. Single table prints one number's table (say, the 7× table) in large type, twelve facts to a page — the format that works best when a child is learning one table at a time.
- Choose the range. 1–12 is the default — it matches what most US schools and the UK curriculum expect students to memorize. Pick 1–10 for younger grades, or 1–15 / 1–20 for extension work and middle-school reference charts. For 1–15 and 1–20, landscape orientation gives noticeably larger cells.
- Pick a fill mode. Filled is a reference chart for the binder or the wall. Blank empties every product cell — the fill-in-the-whole-grid worksheet teachers use as a timed fluency check. Missing numbers blanks a fraction of cells (25%, 50%, or 75%) for quiz practice — hit Shuffle blanks for a fresh worksheet with the same difficulty, and share the link to give someone the identical puzzle.
- Highlight what matters. Perfect squares marks the 1, 4, 9, 16 … diagonal — the anchor facts that make the rest of the chart easier to navigate. Focus one table highlights a single row and column, so this week's table stands out on the full chart.
- Style it and download. Rainbow rows for the classroom wall, teal for a clean modern chart, or ink-saver black & white for bulk printing. Add an optional Name / Date header for handouts, then download the PDF. Print at Actual size, not Fit to page.
Why this chart is different from other times-table sites
Search for a times table chart and you'll land on static PDF directories — a fixed 12×12 grid, maybe a blank version, each variant on its own page or its own file. They work until you need anything specific: a 1–15 chart in landscape, a half-blank practice quiz, this week's 7× table highlighted, or a black-and-white version that won't drain the toner cartridge printing 30 copies. This generator is built for those cases:
- One URL, every variant. Full grids from 1–10 to 1–20, blank fluency checks, missing-number quizzes at three difficulties, and single-table sheets — options that competitor sites spread across dozens of separate files.
- Live preview. Every option re-renders the page instantly, so you see exactly what will print before you download.
- Shareable, reproducible worksheets. The missing-number mode is seeded: copy the link and a colleague opens the identical worksheet — same blanks, same answers — so a grade-level team can give one quiz across four classrooms. Shuffle generates a new versioned worksheet in one click.
- Editable Name / Date header that prints into the PDF — hand out pre-labeled quiz sheets without writing on every page.
- Embeddable widget, free. Math-teacher resource pages, homeschool blogs, and tutoring sites can host this generator with a one-line snippet. None of the top-ranking chart sites offers an embed.
- Reviewed by a named, certified reviewer against the Common Core fluency standard and the UK 12×12 convention, with sources cited below — not an anonymous PDF mill.
How this generator works (the math and the layout)
The chart itself is simple — every cell is row × column — but exact print
layout is what makes a chart usable. All dimensions are computed in points (1 inch = 72
points). The grid is (N+1) × (N+1) cells including the header row and column,
sized to the largest square that fits the printable area:
usableW = paperWidth − 2 × margin
usableH = paperHeight − 2 × margin − titleBlock − headerRow
cellSize = min(usableW, usableH) / (N + 1)
Missing-number worksheets choose round(pct × N²) cells to blank using a
seeded pseudo-random shuffle (mulberry32) — deterministic, so a given share link always
reproduces the same worksheet. The blank counts are exact: a medium 12×12 quiz always has
72 blanks, never "about half." Every product value, the perfect-squares diagonal, the
single-table sequences, the page geometry, and the seeded blank selection are verified by
an automated fixture suite that runs on every build and is cross-checked against the
Government of Alberta's published 12×12 chart and the CAASPP 1–12 multiplication table.
Three real-world scenarios
Third-grade teacher running weekly fluency quizzes
Dana's class is working through the tables one week at a time, with a Friday quiz. She picks Full grid, 1–12, Missing numbers at Medium, turns on the Name / Date header, and downloads — 72 blanks, deterministic, with the current week's table highlighted via Focus one table. She copies the share link into the grade-level team chat so the other two third-grade rooms give the identical quiz, then hits Shuffle blanks to print a make-up version for absent students. Thirty copies in ink-saver mode barely touch the toner.
Homeschool parent building a learning wall
Marcus is teaching multiplication at home and wants a chart that stays up all year. He prints the 1–12 grid in rainbow rows on Letter, then runs it through a laminator so his daughter can trace rows with a dry-erase marker and wipe it clean — the laminated chart + dry-erase combo turns one printout into a reusable practice surface. As she masters each table, he prints that number's Single table sheet in big type for the fridge.
Math tutor prepping session packets
Priya tutors four students at different levels. For her youngest she prints the 1–10 blank grid as a timed fill-in; for her middle-schoolers, the 1–15 and 1–20 charts in landscape as reference sheets; and for quiz practice, missing-number sheets at Easy, Medium, and Hard — each with the perfect-squares diagonal highlighted so students learn to anchor on the squares. One tool, one URL, ten minutes of prep for the whole week.
Frequently asked questions
What times tables should a child know, and by when?
US Common Core (CCSS.MATH.CONTENT.3.OA.C.7) expects fluency with all products of two one-digit numbers by the end of grade 3, and most US schools extend memorization to 12×12 in grades 3–4. The UK National Curriculum requires recall up to 12 × 12 by the end of Year 4 (age 8–9), tested in the national Multiplication Tables Check. The default 1–12 chart matches both conventions; 1–15 and 1–20 are extension ranges, useful as reference charts rather than memorization targets.
What's the difference between a times table chart and a multiplication chart?
Nothing — they're two names for the same grid. "Times table" is the more common term in the UK and in early-elementary classrooms; "multiplication chart" or "multiplication table" is more common in US middle grades and formal materials. This generator produces both: the full grid is a multiplication chart, and single-table mode prints an individual times table.
How do I use the missing-number mode for practice?
Pick Missing numbers and a difficulty — Easy blanks 25% of the cells, Medium 50%, Hard 75%. The blanks are chosen by a seeded shuffle, so the same link always produces the same worksheet — share it and everyone gets the identical quiz. Shuffle blanks generates a new variant at the same difficulty. A useful progression: filled chart for reference → Easy → Medium → Hard → fully blank grid as the final fluency check.
Will the chart print at the exact size shown?
Yes — if your print dialog is set to Actual size (not Fit to page) and scaling is 100%. The PDF is vector, so it stays sharp at any size — including poster-scale enlargement at a print shop. For 1–15 and 1–20 grids, switch to landscape for larger cells; the tool will remind you.
Can I laminate the chart for dry-erase practice?
That's the single best upgrade. Print the filled rainbow chart (or a blank grid), laminate it, and a student can practice with a dry-erase marker and wipe clean — one sheet replaces a whole pad of worksheets. Any pouch laminator handles Letter-size charts; see the recommendations below for the models that don't jam on card-stock prints.
Can I embed this on my own site?
Yes. Copy the embed snippet at the bottom of this page. The embedded version is a stripped-down variant designed for math-teacher resource pages, homeschool curriculum blogs, PTA sites, and tutoring platforms. Required attribution is included in the snippet. No fee, no signup, no analytics attached to the embed.
Related tools
- Printable graph paper generator — eight grid types with custom spacing, for the math homework that follows the times tables.
- Handwriting practice sheets — K-2 print manuscript worksheets with trace, copy, and blank-guide modes.
- Spelling worksheet generator — type a word list, get seven printable activities with an answer key.
- Easy Grader — grade those fluency quizzes in seconds with a slider-based percent + letter calculator.
- Browse all free tools by Sarah Chen →
Sarah's recommendations for printing and practicing
The PDF is half the setup — the other half is making the chart durable enough to survive a school year. These are the categories that turn one printout into a permanent practice station:
- Best Laminators — laminate the filled chart or a blank grid and it becomes a reusable dry-erase practice surface. A basic 9-inch pouch laminator handles Letter charts; get 5-mil pouches for wall charts that need to stay flat.
- Best Dry Erase Markers — fine-tip dry-erase markers write legibly in 40-point grid cells and wipe clean off a laminated chart hundreds of times. Chisel tips are too wide for the 1–15 and 1–20 grids.
- Best Printer Paper — rainbow-theme charts look dramatically better on 28 lb or 32 lb bright-white paper, and the heavier stock survives backpack transport. Ink-saver charts print fine on standard 20 lb copy paper.
- Best Markers for Kids — for the color-in approach, print the ink-saver chart and have kids color each completed table row themselves; washable broad-line markers are the right tool for grid cells that size.
Sources & methodology
- CCSS.MATH.CONTENT.3.OA.C.7 — Common Core fluency standard for multiplication within 100. thecorestandards.org/Math/Content/3/OA
- UK National Curriculum, Mathematics programmes of study — recall of multiplication facts up to 12 × 12 by end of Year 4 (the basis of the Multiplication Tables Check).
- Cross-validated against the Government of Alberta 12×12 multiplication chart and the CAASPP 1–12 multiplication table (caaspp-elpac.org) — every product cell matches.
- Layout math (cell sizing, blank counts, seeded worksheet determinism) is verified by an automated fixture suite on every site build.
Print accuracy depends on your printer settings — select Actual size (not Fit to page) for exact dimensions. About Sarah Chen · Last reviewed July 17, 2026.
Cite this page
Free to cite or link in coursework, handouts, and articles — no permission needed.
Chen, S. (2026, July 17). Times Table Chart. DeskRated. https://deskrated.com/times-table-chart/
Chen, Sarah. "Times Table Chart." DeskRated, 17 July 2026, deskrated.com/times-table-chart.
Chen, Sarah. "Times Table Chart." DeskRated. Last modified July 17, 2026. https://deskrated.com/times-table-chart/
<a href="https://deskrated.com/times-table-chart/">Times Table Chart</a> by Sarah Chen, CAP, PMP — DeskRated
Embed this tool on your site
Free for math-teacher resource pages, homeschool curriculum blogs, PTA and school sites, and tutoring platforms. Required attribution is included in the snippet. No fee, no signup, no analytics attached to the embed.
<iframe
src="https://deskrated.com/times-table-chart/embed/"
width="100%"
height="760"
loading="lazy"
style="border:1px solid #d8e6e3; border-radius:16px; max-width:880px;"
title="Times Table Chart Generator (DeskRated)">
</iframe>
<p style="font-size:12px;color:#666;margin-top:8px">
Times table chart generator by
<a href="https://deskrated.com/times-table-chart/">DeskRated</a>
· Reviewed by Sarah Chen, CAP, PMP
</p>