cadblockdwg

Explainer · what is a wblock

What is a WBLOCK? Writing blocks out to DWG

DWGDXFFree1,319 words

By Saumyajit Maity · Published 12 Dec 2022 · Updated 29 Oct 2024

WBLOCK — short for 'Write Block' — is the AutoCAD command that writes a block, or any selection of objects, out to a separate standalone DWG file on disk. Where the BLOCK command creates a block that lives only inside the current drawing, WBLOCK exports content so it becomes its own file you can reuse in any drawing, on any project, or share with anyone. It is the bridge between a block trapped in one drawing and a reusable library asset.

The distinction matters because a block made with BLOCK is local: define a chair in one drawing and it is available only in that drawing. WBLOCK that chair and you get CHAIR.dwg sitting in a folder, ready to be inserted into any drawing forever after. Every downloadable block you find online, including the ones on this site, is essentially a WBLOCKed file — a single symbol written out as its own clean DWG.

This guide explains exactly what WBLOCK does, the three ways it can build a file, how it differs from BLOCK, and how drafters use it to assemble the personal block libraries that quietly make them fast.

What WBLOCK does

Run WBLOCK (type WBLOCK or W) and AutoCAD opens the Write Block dialog, then exports your chosen content to a new DWG file you name and locate. The output is an ordinary drawing file containing just that content, with its own base point and units baked in, ready to be inserted elsewhere. In effect, WBLOCK takes something that exists inside your current drawing and gives it independent life as a file on disk.

The exported DWG is self-contained and portable: it carries no link back to the drawing it came from, so you can move it, email it, drop it into a library folder or insert it into a hundred different projects. Because the base point and units travel with the file, it inserts predictably wherever it goes. That portability — turning in-drawing content into a free-standing, reusable DWG — is the whole purpose of the command.

The three sources WBLOCK can write

The Write Block dialog offers three 'Source' options, and knowing them makes the command far more useful. Block: pick an existing named block from a drop-down and write that block's definition out as a DWG — the most direct way to extract a block you already made into your library. Objects: select geometry directly on screen (which need not be a block at all) and write the selection out, choosing a base point — handy for exporting a chunk of a drawing without first defining a block.

The third option, Entire drawing, writes the whole current drawing out as a new DWG, but with a useful side effect: it strips unused named objects (purges in passing), producing a cleaner, smaller file. Whichever source you choose, you set a base point (the insertion handle), confirm the units, and pick a destination path and filename. The result is the same kind of clean, insertable DWG regardless of which route you took.

WBLOCK vs BLOCK: the key difference

BLOCK and WBLOCK are complementary, not competing. BLOCK defines a block inside the current drawing's block table — perfect for reuse within that one file, with all the benefits of references and global editing, but invisible to other drawings. WBLOCK writes content out to a separate DWG on disk — perfect for reuse across drawings and projects, because the file can be inserted anywhere.

The natural workflow uses both: define a block with BLOCK while you work, get it right, then WBLOCK it to your library so it is available forever. You do not have to define a block first, though — WBLOCK's 'Objects' source lets you export a raw selection straight to a DWG without a BLOCK step. A simple way to remember it: BLOCK makes a block in this drawing; WBLOCK makes a DWG file out of a block (or any objects) so other drawings can use it too.

Setting a sensible base point and units

Two choices in the Write Block dialog determine how well the exported file behaves later. The base point is the handle AutoCAD grabs when the file is inserted — choose it deliberately for the symbol: the centre of a chair seat, the hinge point of a door, the bottom-left corner of a title-block. A thoughtful base point means the block snaps into place naturally every time, instead of landing offset and needing a nudge.

Units matter just as much. Set the file's units to match how you draw (millimetres throughout, for this site's blocks) so that when it is inserted into a drawing with defined insertion units, AutoCAD scales it correctly via the units ratio. Get units right at WBLOCK time and the file inserts at true size everywhere; get them wrong and you inherit the classic 'block arrives tiny or enormous' problem down the line. A few seconds on base point and units saves friction on every future insertion.

Building a block library with WBLOCK

WBLOCK is how personal and office block libraries get built. As you draw, whenever you make a symbol worth keeping — a detail, a furniture item, a standard component — WBLOCK it into a structured library folder organised by category (furniture, doors, fixtures, symbols), much like the catalogue on this site. Over months and years that folder becomes one of your biggest time-savers, because you stop redrawing and start inserting.

With the files on disk, tool palettes and File Explorer make placement effortless: drag a DWG straight onto a drawing and it inserts as a block. Keep naming consistent (CHAIR-TASK-600 rather than Block1), keep base points and units consistent across the library, and every block behaves predictably. The discipline of WBLOCKing good content as you create it is exactly what separates a drafter who rebuilds the same symbols repeatedly from one whose library does the heavy lifting.

WBLOCK and downloaded blocks

The free DWG files you download here are, in effect, WBLOCK output — single symbols written out as clean standalone drawings with sensible base points and units, ready to insert into any drawing. That is why a download drops straight into your workflow: it is already the portable, reusable file format that WBLOCK produces, so INSERT places it as a block immediately.

You will also use WBLOCK alongside these downloads in the other direction. Insert a few downloaded parts, arrange or combine them, then WBLOCK the result to capture your own composite — a furnished workstation, a standard door assembly — as a new library file built from free, licence-clear components. Downloading gives you ready-made blocks; WBLOCK lets you grow and customise the library around them. Together they turn a one-off download into a permanent, expandable part of how you draw.

Free download

Browse the full library — DWG & DXF, no signup.

Download CAD blocks

Questions

Frequently asked

What is WBLOCK in AutoCAD?+

WBLOCK (Write Block) is the command that writes a block, a selection of objects or the entire drawing out to a standalone DWG file on disk. That file can then be inserted into any other drawing, which is how reusable block libraries are built.

What's the difference between BLOCK and WBLOCK?+

BLOCK defines a block inside the current drawing only. WBLOCK exports a block or selection to a separate DWG file so it can be reused in any drawing. Use BLOCK for in-drawing reuse and WBLOCK to build a portable library.

Can WBLOCK export objects that aren't a block yet?+

Yes. The Write Block dialog's 'Objects' source lets you select raw geometry on screen and write it out to a DWG with a chosen base point, without defining a block first. There's also a 'Block' source and an 'Entire drawing' source.

Are downloaded DWG blocks made with WBLOCK?+

Effectively yes. A downloadable block is a single symbol written out as a clean standalone DWG with a sensible base point and units — exactly what WBLOCK produces — so it inserts straight into your drawings as a block.

Related downloads

Blocks for this guide

Popular blocks to download

Related categories

Related guides