Explainer · what is dwgconvert
What is DWGCONVERT, and how do you use it?
By Saumyajit Maity · Published 5 Jun 2023 · Updated 29 Apr 2026
DWGCONVERT is a command that converts drawings from one DWG version to another, in batches. The DWG file format has changed over the years, and a drawing saved in a newer version will not always open in older software. DWGCONVERT is the clean, repeatable way to fix that: feed it a set of drawings, tell it which DWG version to target, and it rewrites them all so the recipient's program can open them.
It is available both inside AutoCAD as the DWGCONVERT command and inside the free DWG TrueView application, so you can run it whether or not you have a full CAD licence. That dual availability is part of why it is the standard answer to a very common complaint: 'I can't open your file, it's too new.'
Beyond version downgrading, DWGCONVERT can package drawings, apply a consistent setup and handle whole folders at once, which makes it useful for preparing a tidy deliverable as well as for fixing compatibility.
The compatibility problem it fixes
Each major AutoCAD release introduced its DWG format generation, and those generations group across several release years. A drawing saved in a recent format opens fine in recent software but can be rejected by an older program with an error along the lines of 'drawing was created by a newer version'. The fix is to save the drawing down to a version the older software understands.
You could do that one file at a time with SAVEAS, choosing an older 'AutoCAD Drawing' format in the dropdown. But when you have a folder of drawings to send, that is tedious and error-prone. DWGCONVERT does the same downgrade across many files in a single operation, which is exactly what makes it worth knowing about.
Running DWGCONVERT
Launch it by typing DWGCONVERT in AutoCAD or opening it from DWG TrueView. The dialog lets you add files — individually, or a whole folder, or even an existing list — to build the batch you want to convert. You then pick a 'conversion setup' that defines the output, most importantly the target DWG version, and run it. AutoCAD processes the whole batch and writes the converted files.
You control where the output goes: you can convert in place, write to a new folder, or package the results. Because the batch is defined once and run once, converting fifty drawings is barely more effort than converting one — a big saving when preparing a drawing issue for a client or consultant on older software.
Conversion setups
The heart of DWGCONVERT is the conversion setup — a saved recipe for how to convert. Its key setting is the target file format and version, but a setup can also bind external references, purge unused items, replace page setups and choose how the output is packaged (loose files, a folder, or a self-extracting bundle). Saving a setup means you can reuse the same conversion rules every time you prepare a deliverable, rather than re-ticking the same boxes by hand on every issue.
This is what turns DWGCONVERT from a one-off downgrade tool into a small deliverable-prep system. A setup named, say, 'Issue to client — 2010 format, bound xrefs, purged' captures your whole house standard for outgoing drawings, so anyone can run it and produce consistent, compatible files without remembering each individual option. You can keep several setups side by side — one for an external consultant on older software, another for an internal archive, another for a clean PDF-ready package — and pick the right one from a list at convert time. Because the setup travels as part of your standards, a new team member can produce a correct drawing issue on their first day.
Beyond downgrading: packaging and cleanup
DWGCONVERT does more than change a version number. Through the conversion setup it can bind xrefs so the drawings travel as self-contained files rather than breaking when separated from their references — a frequent cause of 'missing xref' complaints. It can purge unused layers, blocks and styles to slim the files, and it can bundle everything into a single package for easy sending.
That makes it a tidy final step before issuing drawings, even when version compatibility is not the concern. Run a folder through a setup that binds references and purges junk, and you hand over clean, portable, consistent files. It is the difference between emailing a pile of loosely-linked drawings and delivering a single, dependable package.
When to reach for it
Use DWGCONVERT whenever you are sending drawings to someone whose software might be older than yours, or whenever you are preparing a formal drawing issue. If a single recipient reports they cannot open your file, a quick downgrade through DWGCONVERT (or even SAVEAS for one file) usually solves it on the spot.
For everyday work within your own up-to-date software you will rarely need it — modern AutoCAD opens older DWGs without trouble, so the conversion only matters going the other way, from newer to older. And if you do not own AutoCAD at all, remember the same command lives inside free DWG TrueView, so version conversion is available to you regardless. Keep a conversion setup or two saved, and preparing a compatible, packaged drawing issue becomes a one-click habit.
Free download
Browse the full library — DWG & DXF, no signup.
Questions
Frequently asked
What does DWGCONVERT do?+
It batch-converts drawings from one DWG version to another, most often downgrading newer files so older software can open them. Through conversion setups it can also bind xrefs, purge unused items and package the output, making it useful for preparing drawing issues.
Do I need AutoCAD to use DWGCONVERT?+
No. The DWGCONVERT command is built into full AutoCAD, but the same tool is also included free in DWG TrueView. So you can convert drawings between versions whether or not you own a CAD licence.
How do I save a DWG to an older version?+
Use DWGCONVERT for a batch, choosing the older target version in a conversion setup, or use SAVEAS for a single file and pick an older 'AutoCAD Drawing' format in the dropdown. Either way the file is rewritten so older software can open it.
What is a conversion setup?+
A saved recipe that defines how DWGCONVERT converts files — chiefly the target DWG version, plus options like binding xrefs, purging unused items, replacing page setups and packaging. Reusing a setup gives consistent, compatible output every time you issue drawings.
Related downloads
Blocks for this guide
Popular blocks to download
Related categories
Related guides
Explainer
DWG vs DXF: Complete Guide to CAD File Formats in 2026
DWG vs DXF explained — what each CAD format is, how they differ, which to use, file size and compatibility, and how to convert between them in AutoCAD.
Explainer
AutoCAD Layers Explained — A Practical Guide in 2026
AutoCAD layers explained simply — what layers are, how to organise a drawing with them, the difference between Off, Freeze and Lock, and how layer 0 behaves with blocks.
Explainer
Layer Naming Standards: AIA & BS1192 Explained
Layer naming standards explained — how AIA, BS1192 and ISO 13567 structure CAD layer names, what each field means, and how to apply a consistent convention to your drawings.
