Graph Paper Generator

Next

Graph paper is a grid of evenly spaced lines used for plotting functions, drafting layouts, sketching pixel art, planning cross-stitch and doing tidy maths. Buying a pad means you are stuck with one grid size and one paper format, and the lines are usually a harsh blue. This generator builds the sheet to your exact spec instead: choose a square ruled grid or a lighter dot grid, set the spacing in millimetres, pick A4 or US Letter, and tint the lines any color you like. The output is true-to-scale vector graphics, so a 5 mm grid prints as exactly 5 mm.

How to make printable graph paper

  1. 1

    Set the grid

    Enter the spacing in millimetres (5 mm is the classic engineering grid) and choose square lines or a dot grid.

  2. 2

    Choose paper and color

    Pick A4 or US Letter and a line color: a soft blue or grey keeps your own pencil work readable on top.

  3. 3

    Print or download

    Print the sheet at 100% scale (no "fit to page"), or download the SVG to keep a crisp, scalable master copy.

How the grid is built

Graph paper is just a page-sized rectangle filled with a repeating grid. The generator works in millimetres so the print is dimensionally accurate, then sets the SVG width/height in mm with a matching viewBox so one user unit equals one millimetre:

  • A4 measures 210 × 297 mm.
  • US Letter measures 215.9 × 279.4 mm (8.5 × 11 in).

The number of divisions is simply the page dimension divided by the spacing. For a 5 mm grid on A4:

columns = floor(210 / 5) = 42 vertical lines
rows    = floor(297 / 5) = 59 horizontal lines

A square grid draws those vertical and horizontal lines; a dot grid draws a small circle at each intersection instead, which is less visually busy for bullet-journalling and freehand sketching.

Worked example

Want quad-ruled paper at the common 1/4-inch pitch? One quarter inch is 6.35 mm, so set the spacing to 6.35. On US Letter that yields:

Setting Value
Paper US Letter
Spacing 6.35 mm (1/4 in)
Grid type Square
Vertical lines 34
Horizontal 44

Switch the grid type to Dot and you get the popular dot-grid notebook look at the same pitch.

Common pitfalls

  • “Fit to page” ruins the scale. Always print at 100% / actual size, or your 5 mm squares come out at 4.7 mm.
  • Lines too dark. Pick a light color (pale blue #9bbcdf or light grey) so your own ink stands out.
  • Very fine grids print muddy. Below ~2 mm, inkjet bleed can smear adjacent lines; use a dot grid or a larger pitch.

Frequently Asked Questions

For general maths and engineering, 5 mm is the standard. For finer plotting use 2-4 mm; for bullet journals and sketching, a 5 mm dot grid is the most popular choice. Quarter-inch (6.35 mm) matches typical US quad-ruled pads.

In the print dialog set the scale to 100% (Actual size) and turn off “Fit to page” or “Shrink to fit”. The sheet is defined in real millimetres, so at 100% a 5 mm grid measures exactly 5 mm on paper.

A square grid draws full vertical and horizontal lines, ideal for graphs and precise drafting. A dot grid marks only the intersections, giving a cleaner background that is popular for bullet journals, handwriting and freehand sketches.

SVG is vector, so it stays razor-sharp at any size and prints crisply on any printer. You can also open it in design software to add a title block, margins or a logo before printing.

No sheet is uploaded or stored. Your settings are sent to the server to draw the grid, and the finished SVG is rendered directly into the page, so printing and the SVG download happen entirely in your browser.

Related Tools

Tool available in other languages