How-to guide · how to count blocks in autocad
How to count blocks in a drawing in AutoCAD
By Sumana Kumar · Published 13 Feb 2025 · Updated 29 May 2026
Counting blocks is the everyday bridge between a drawing and a spreadsheet. How many chairs in this layout? How many doors, how many light fittings, how many trees? Because each of those is usually a block, AutoCAD can total them for you instead of you tallying by hand and miscounting on a busy plan. The result feeds a quantity takeoff, a furniture schedule, an order or a quick design check.
Recent AutoCAD releases added a dedicated COUNT command and a Count palette that make this almost effortless, but there are also reliable older methods — QSELECT and fields — that work in any version and in many DWG-compatible programs. This guide covers all of them, from the one-click modern count to the field-driven count that updates live as the drawing changes.
We will assume your items are real blocks; if they were exploded into loose lines, they can't be counted as blocks, which is one more reason to keep furniture and fittings as block references.
The quick way — the COUNT command
In current AutoCAD, type COUNT and press Enter, then select a block (or type the block name). AutoCAD immediately reports how many instances of that block exist and highlights them, stepping you through each one. It is the fastest possible answer to 'how many of these are there', and it counts across the whole drawing, not just what is on screen.
COUNT also flags potential problems: it can warn when blocks overlap or when a count looks suspicious, which catches the classic error of two chairs stacked exactly on top of each other inflating or hiding a number. For a fast design check — confirming you have the right number of workstations, say — COUNT is the tool to reach for first.
The Count palette for a full block tally
For a complete inventory rather than one block at a time, open the Count palette (COUNTLIST, or from the COUNT toolbar). It lists every block in the drawing alongside its quantity, so you get an at-a-glance tally of the entire block content — every door type, every furniture item, every symbol, each with its total.
From the palette you can filter, sort and zoom to instances, and crucially you can insert a count field or a count table directly into the drawing. That turns the live tally into an on-sheet schedule that updates automatically as you add or remove blocks. For a furniture or fittings takeoff, the Count palette plus an inserted count table is the cleanest modern workflow.
Counting in any version with QSELECT
If you are on an older release or a DWG-compatible program without the COUNT command, QSELECT does the job. Type QSELECT, set Object type to 'Block Reference', set the property to 'Name', and choose the block name you want to total. Click OK and AutoCAD selects every matching instance. The selection count then appears on the status bar and in the Properties palette title, giving you the total.
QSELECT is also more flexible than a simple count: you can combine criteria, for example counting only the instances of a block on a particular layer. That is useful when the same chair block is used in two zones on different layers and you need the count per zone. The number it reports is your answer; note it down or feed it into a schedule.
Counting with fields for a live total
For a count that lives in the drawing and updates itself, use a field. Insert a text or MText object, choose 'Insert Field', and pick a field that counts objects — many setups use a 'BlockPlaceholder' or an object count field tied to a selection of block references. The field displays the current number and refreshes when the drawing is regenerated, so the figure on the sheet stays honest as the layout evolves.
This approach predates the COUNT command and still has its place when you want the total embedded in an annotation or title-block note rather than a separate palette. Pair it with attribute extraction (see the schedule guide) when you need not just a count but a full table of what each block is and where it sits.
Getting an accurate count — avoid the traps
A count is only as good as the drawing's hygiene. Watch for duplicates stacked exactly on top of each other — two identical blocks at the same point look like one but count as two, silently doubling a quantity. The COUNT command's overlap warning helps here; in older methods, run OVERKILL first to remove true duplicates before counting. Conversely, check that you have not exploded some instances, because exploded geometry no longer counts as the block.
Also decide whether mirrored or rotated instances should count the same — they share the block name, so they do, which is usually what you want for a takeoff. If a drawing uses several near-identical blocks with different names for the same real item, your count fragments across those names; consolidate them by redefining to a single block first, then count. Clean the drawing, then count, and the number you hand on will be one you can defend.
From count to schedule and order
A raw count is the first step; the value comes from turning it into something actionable. Once you have totals per block, you can build a furniture or fittings schedule — a table listing each block type and its quantity — and the Count palette will generate that table for you and keep it live. That schedule is exactly what a procurement spreadsheet or an order needs.
For richer data, attach attributes to the blocks (a product code, a finish, a room) and extract them so the table carries not just 'how many' but 'which, where and what spec'. The count becomes a true bill of quantities. Whether you stop at a quick COUNT for a design check or build a full attributed schedule for ordering, the principle is the same: keep your items as clean, consistently-named blocks and AutoCAD does the tallying so you don't have to.
Free download
Browse the full library — DWG & DXF, no signup.
Questions
Frequently asked
What's the fastest way to count blocks in AutoCAD?+
In current AutoCAD, type COUNT, then select a block or enter its name. AutoCAD instantly reports how many instances exist and highlights them. For a full tally of every block in the drawing, open the Count palette (COUNTLIST) to see each block name with its quantity.
How do I count blocks in an older version of AutoCAD?+
Use QSELECT: set Object type to 'Block Reference', property to 'Name', and pick the block name. AutoCAD selects every matching instance and the total shows on the status bar and in the Properties palette. This works in any version and most DWG-compatible programs.
Why is my block count higher than the number I can see?+
There are probably duplicate blocks stacked exactly on top of each other — two identical references at the same point look like one but count as two. Run the COUNT command's overlap check, or use OVERKILL to delete true duplicates before counting.
Can I put a live block count into the drawing?+
Yes. The Count palette can insert a count field or a count table that updates automatically as you add or remove blocks. You can also insert a count field manually so a total embedded in a note or title-block stays current when the drawing regenerates.
Related downloads
Blocks for this guide
Popular blocks to download
Related categories
Related guides
How-to guide
How to Edit a Block in AutoCAD (BEDIT)
Edit a block in AutoCAD with BEDIT — open the Block Editor, change the geometry, save, and update every inserted instance at once. Tips and pitfalls.
How-to guide
How to Explode a Block in AutoCAD (EXPLODE)
How to explode a block in AutoCAD with EXPLODE — break a block into editable lines, handle nested blocks, and use BURST to keep attributes.
How-to guide
How to Rename a Block in AutoCAD (RENAME)
How to rename a block in AutoCAD with RENAME — change a block's name without breaking its references, fix imported names, and apply a convention.

