Business Card Layout Calculator
Squeezing the Most Cards Out of a Sheet Without Guessing
Printing business cards efficiently means fitting as many as possible onto a press sheet without wasting stock — but margin and gutter space eat into that count in ways that aren't obvious from eyeballing a layout. This calculator works out exactly how many cards fit given a sheet size, card size, sheet margin, and gutter spacing between cards, using the same grid logic a layout program applies.
The Formula
Usable Height = Sheet Height − (2 × Margin) + Gutter
Columns = floor(Usable Width / (Card Width + Gutter))
Rows = floor(Usable Height / (Card Height + Gutter))
Total Cards = Columns × Rows
The gutter is added back into usable width/height because the formula counts (card + gutter) as one repeating unit per column or row, and the very last card in each row or column doesn't need a trailing gutter after it — adding one gutter's worth back compensates for that.
Where This Calculation Matters
- Print shop imposition — laying out a press sheet to maximize cards per sheet and minimize cost per card.
- DIY and small-batch printing — fitting cards on standard letter or tabloid sheets for desktop or local print-shop printing.
- Stock and cost estimation — knowing cards-per-sheet lets you calculate how many sheets a given order quantity actually requires.
- Custom card sizes — checking whether a non-standard card dimension wastes significant sheet space compared to a standard size.
Worked Example
A standard US letter sheet (8.5 × 11 in) with standard 3.5 × 2 in cards, 0.25 in margin, 0.125 in gutter:
| Quantity | Value |
|---|---|
| Usable width | 8.125 in |
| Usable height | 10.625 in |
| Columns × Rows | 2 × 5 |
| Total cards per sheet | 10 |
Rotating the card orientation or adjusting margin/gutter slightly can sometimes fit an extra row or column — run both orientations through the calculator to compare.
How to Use This Calculator
- Enter the press sheet width and height in inches.
- Enter the card width and height in inches (3.5 × 2 in is the standard US business card size).
- Optionally adjust the sheet margin (defaults to 0.25 in) and gutter between cards (defaults to 0.125 in).
- Select Calculate to get the grid layout and total cards per sheet.
Related Calculations
To set correct bleed and safe area for the card design itself, use the Bleed and Margin Calculator. To estimate the total cost of printing the full run, see the Print Run Cost Calculator.