GSM ⇄ US basis weight (lb) by paper grade, plus single-sheet weight from sheet size — browser-only
- Runs locally
- Category Format Converter
- Best for Turning pasted content or local files into a handoff-friendly format.
| Common paper weights | GSM | lb (Text / Book) |
|---|---|---|
| Lightweight / airmail | 60 | 40.5 |
| Standard copy / printer | 80 | 54 |
| Premium letterhead | 100 | 67.6 |
| Flyer / brochure | 130 | 87.8 |
| Thin card / postcard | 200 | 135.1 |
| Business card / cover | 300 | 202.7 |
What this tool does
Free paper weight calculator that converts between metric GSM (grams per square metre) and US basis weight in pounds, the right way: by paper grade. A pound of Bond and a pound of Cover are weighed on different basis sizes, so "20 lb" means two completely different thicknesses depending on the grade. Pick Bond, Text, Cover, Index, Tag or Bristol, type a GSM or a pound value, and the matching number updates live. The conversion uses gsm = lb × 1406.5 ÷ (width × height of the grade basis size in inches), so 120 gsm text stock reads as about 81 lb and a 20 lb bond writing paper reads as about 75 gsm. A second panel computes what a single cut sheet actually weighs — pick A4, A3, Letter or A5, or type your own size in centimetres, and it returns the weight in grams (an 80 gsm A4 sheet is about 4.99 g). A reference table maps common weights from 60 gsm airmail to 300 gsm card. Everything runs in your browser, one-click copy and a shareable URL that reopens the same grade and value. 100% client-side, no upload.
Tool details
- Input
- Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Shareable URL state
- Key settings are encoded in the URL so another person can reopen the same setup.
- Performance budget
- Initial JS <= 9 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Format Converter · Designer
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Paper Weight GSM Calculator fits into your work
Use it when the main problem is getting content from one practical format into another.
Conversion jobs
- Turning pasted content or local files into a handoff-friendly format.
- Previewing a conversion before you use it in a larger workflow.
- Cleaning small format mismatches without opening a full editor.
Conversion checks
- Try a small sample first when the source format is messy.
- Check character encoding, separators, and line endings after conversion.
- Keep the source until the converted output has been reviewed.
Good next steps
These links move the current task into a more complete workflow.
- 1 Unit Converter Convert between length, weight, temperature, area, volume, speed, time — instant, browser-only Open
- 2 Aspect Ratio Calculator Calculate aspect ratio — fix any 1 of [width, height, ratio], get the other two. Open
- 3 Data Storage Converter Convert bytes, KB, MB, GB, TB and bits — decimal (1000) and binary (1024, KiB/MiB/GiB) side by side, with the hard-drive 931 GiB gotcha explained — browser-only Open
Real-world use cases
Order print stock from a US shop while thinking in GSM
You design in Europe in GSM but the print shop quotes everything in pounds. You want a 300 gsm business card and a 150 gsm brochure. Pick Cover for the card and Text for the brochure, type the GSM, and read the pound labels the shop expects — about 110 lb cover and 100 lb text. Now your spec speaks their language and nothing gets pressed on the wrong stock.
Check postage before a mailing goes out
A mailing of A4 letters has to stay under a weight band or the postage jumps. Type your GSM and pick A4 in the sheet panel — 80 gsm reads about 4.99 g per sheet, 100 gsm about 6.24 g. Multiply by the page count plus the envelope and you know which postage tier you land in before you print a thousand copies and find out at the counter.
Compare two paper quotes given in different units
One supplier quotes 24 lb Bond, another quotes 90 gsm. Are they the same paper? Convert the 24 lb Bond to GSM (about 90 gsm) and you can see they are effectively identical, so you can decide on price alone instead of guessing whether one is heavier than the other.
Spec a self-published book interior and cover
You are laying out a paperback. The interior wants a readable but not bulky text stock and the cover needs to feel substantial. Convert your target GSM for each — say 90 gsm interior, 250 gsm cover — into the lb values your print-on-demand service lists, and lock the spec before uploading so the proof matches what you imagined.
Common pitfalls
Converting GSM to pounds without picking a grade. There is no single gsm-to-lb factor — 200 gsm is about 135 lb index but only 74 lb cover. Always choose Bond, Text, Cover or Index first, or the pound number is meaningless.
Comparing pound numbers across grades directly. 80 lb text and 80 lb cover are nowhere near the same thickness because they use different basis sizes. Convert both to GSM before deciding which paper is heavier.
Mixing up sheet weight units. The single-sheet panel takes centimetres and returns grams. Feeding it inches or millimetres without converting gives a weight that is off by orders of magnitude, which throws off postage math.
Privacy
Every calculation — the gsm-to-pound formula, the per-grade basis factors and the single-sheet weight — is plain JavaScript that runs in your browser tab. No paper spec, size or value ever leaves the page, and there is no logging of what you converted. The one caveat: the shareable URL encodes your GSM value and chosen grade in the query string, so a link pasted into chat will record those in the recipient server's access log. That is harmless for paper weights, but worth knowing the URL carries your inputs.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- ASCII Art Generator Generate ASCII art from text — figlet-style banners, multiple fonts.
- Avatar Generator Generate avatars from initials, identicons, or random shapes. Download PNG/SVG.
- Base64 Image Converter Image ⇄ Base64 — drag-drop PNG/JPG/WebP/SVG, get data URI for CSS / HTML / Markdown.
- Board Foot Calculator Thickness × width × length ÷ 12 = board feet — multi-row cut list, per-BF cost, imperial ⇄ m³ — browser-only