How-to guide · how to import a dwg into qcad
How to import a DWG into QCAD
By Sumana Kumar · Published 5 Dec 2023 · Updated 7 Feb 2026
QCAD is a free, lightweight 2D CAD program that many people reach for to view and edit AutoCAD files without an AutoCAD licence. Its native format is DXF, but it reads and writes DWG too, so a downloaded DWG block opens directly. Understanding the small difference between QCAD's open-source Community Edition and the full release helps you predict exactly how a DWG behaves when you load it.
This guide opens a DWG block in QCAD, places it into an existing drawing, and edits it. We will cover the DXF-versus-DWG distinction, the Open and Insert routes, getting units right, and working with AutoCAD blocks inside QCAD. The workflow suits anyone who wants a no-cost way to use the blocks here without buying heavyweight software.
Step 1 — Know how QCAD handles DWG
QCAD's engine is built around DXF, the open text-based exchange format. The standard QCAD release also reads and writes DWG through a converter component, so opening a .dwg works the same as opening a .dxf from your point of view. The free Community Edition is DXF-focused, so if you only have that build, the simplest path is to use a DWG block where a DXF is also offered, or convert the DWG to DXF first.
Knowing this up front saves confusion: if a DWG refuses to open, it is almost always because you are on a DXF-only build, not because the file is broken.
Step 2 — Open the DWG as its own drawing
To inspect or edit the whole block on its own, use File > Open and select the DWG. QCAD loads the geometry into a new drawing tab where you can pan, zoom, measure and edit freely. This is the quickest way to confirm a block looks right and to read its dimensions before committing it to a project.
The blocks here are drawn full size in millimetres, and QCAD works comfortably in millimetres, so an opened block should read at real size immediately. Use the distance measurement tool to verify a known length if you want to be certain.
Step 3 — Insert the DWG into an existing drawing
To bring the block into a drawing you are already working on, do not copy-paste between windows — use the block insertion workflow. In QCAD you can add a file to your part library and then insert it, or use File > Import to merge the DWG's contents into the current drawing at a chosen point.
Inserting this way keeps the block as a referenced entity you can position, rotate and copy as a unit, rather than scattering loose lines into your drawing. Pick the insertion point carefully — the centre or a corner of the block — so repeat placements line up predictably.
Step 4 — Check units and drawing scale
Open Edit > Drawing Preferences (or the equivalent on your build) and confirm the drawing unit is set to millimetres so the inserted block matches. QCAD honours the units stored in the file, but if your current drawing uses a different unit the insert can land scaled. Setting both to millimetres keeps everything consistent.
If a block does arrive the wrong size, select it and use the Scale tool with a factor — 1000 or 0.001 are the usual conversions between metres and millimetres. Fixing the drawing unit before inserting is cleaner than rescaling after.
Step 5 — Edit the AutoCAD block in QCAD
QCAD recognises AutoCAD block references and lists them in its block panel. You can edit a block definition so every instance updates, or explode an instance into plain lines if you only need its geometry. Layers come across too, so you can freeze or recolour the block's parts independently of the rest of your drawing.
When you are done, save back to DXF for maximum compatibility, or to DWG if your build supports writing it. Saving to DXF guarantees the file opens in any other CAD tool, which is useful when you are sharing edits with someone on different software.
Common QCAD import issues
The most common stumble is the Community Edition's DXF focus: a DWG that will not open usually means you are on the open-source build, and the fix is to convert the DWG to DXF first or use the DXF download where one is provided. The second is a units mismatch producing a wrong-size block, solved by setting the drawing unit to millimetres before inserting.
A third is fonts and text: AutoCAD text styles may substitute a default QCAD font if the original is missing, which can shift label positions slightly. For geometry-only furniture blocks this is irrelevant, but check it on any block that carries annotation you depend on.
Because QCAD is free and cross-platform, it also makes a handy bridge tool. If you receive a DWG but your main software prefers DXF, open the DWG in QCAD and save it straight back out as DXF, ready for whatever comes next. That round-trip costs nothing and turns QCAD into a no-cost converter as well as an editor, which is part of why so many people keep it installed alongside heavier CAD packages.
Free download
Browse the full library — DWG & DXF, no signup.
Questions
Frequently asked
Can QCAD open DWG files, or only DXF?+
The standard QCAD release reads and writes DWG as well as DXF. The free Community Edition is DXF-focused, so on that build it is easiest to use a DXF download or convert the DWG to DXF first.
How do I insert a DWG block into an existing QCAD drawing?+
Use File > Import to merge the DWG into your current drawing at a chosen insertion point, or add the file to your QCAD part library and insert it from there. Both keep it as a positionable block rather than loose lines.
Why is my DWG block the wrong size in QCAD?+
The drawing unit does not match the block. Open Drawing Preferences, set the unit to millimetres for a metric block, then insert. If it already landed wrong, select it and Scale by 1000 or 0.001 as needed.
Is QCAD a free way to use these CAD blocks?+
Yes. QCAD is a lightweight 2D CAD program with a free Community Edition, ideal for viewing and editing the blocks here without an AutoCAD licence. Use DXF downloads on the free build, or the full release for direct DWG support.
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.
