Thousands of licences delivered

Open a DWG without AutoCAD: pick your job first

DKDaan Kessels· CAD & BIM specialistLast updated: 8 August 2026· 11 min read
Quick answer

You can open DWG without AutoCAD for free: Autodesk Viewer in any browser, DWG TrueView on Windows, or the Open Design Alliance tools on macOS and Linux. Viewers cover looking and careful measuring. Reusing geometry goes through DXF, and editing a DWG and returning it needs software that writes DWG.

An open HP laptop on a white desk with a grey felt mat, a green plant in a white pot beside it and a black wireless mouse

The word "open" is doing four different jobs in that question

A .dwg lands in your inbox. You double-click it, Windows offers to go looking in the Store, and ten minutes later you are uploading someone else's floor plan to a converter you have never heard of.

The tool you need does not depend on the file. It depends on what you intend to do once the drawing is on screen, and there are four honest answers.

  • Look at it. You want to see what has been drawn. Nothing more.
  • Measure it. A distance, an area, the position of a column or a duct.
  • Take something out of it. A facade, a detail, a block library, for use elsewhere.
  • Edit it and send it back. Someone at the other end is waiting for a changed DWG.

A free online viewer handles the first case beautifully and the second with care. The third and fourth it does not handle at all, which is why so many people search twice. Find your case before you install anything.

If you only need to look, the browser gets you there in two minutes

Autodesk runs a free viewer at viewer.autodesk.com. Drag the file in, wait, look. Its own overview of free viewers (checked on 8 August 2026) says it handles more than 80 file types, DWG, STEP, DWF, RVT and SolidWorks among them, with measuring, markup and sharing built in.

Two limits are worth knowing. Files go up to 1 GB; above that you get "File size unsupported" with the line "File sizes should be greater 0 B and less than 1 GB". It also needs WebGL, so an ageing locked-down office browser shows nothing.

Not every drawing may be uploaded, though. If your agreement says nothing leaves the office, take the local route: DWG TrueView, Autodesk's free standalone Windows viewer for DWG and DXF. It opens, measures, marks up and converts, all on your own machine.

The third option is the AutoCAD web app, where viewing DWG files costs nothing and editing runs on a 30 day trial, then a subscription.

A sharpened pencil resting on a paper building drawing, the edge of a white ruler along the bottom
Looking at a drawing needs no installation. Everything after that does.

Measuring works, but check a dimension you already know first

Every viewer puts a measure button on the toolbar, and that is exactly why people trust it on sight. Do not. Measure one thing whose answer you already have: a door leaf, a grid spacing, a facade length from the title block. If that is right, believe the rest.

The trap I fall into most often is not units, it is space. Measure a window on a layout tab and you are measuring the printed sheet, not the building. I once reported a bay window as 41 millimetres wide with a completely straight face. The file was fine. I was measuring paper.

If the number goes into a quotation or a cutting list, do that work in a program that reads DWG properly, not in a web preview.

Taking geometry out of a DWG nearly always goes through DXF

The moment you want part of the drawing inside another program, the question changes from "how do I open this" to "how do I get this in there". Free online viewers stop dead there. They show a file, they do not hand it over.

The practical route is DXF, the interchange format Autodesk maintains alongside DWG. Almost every drawing package reads it, layers and colours included. If the sender is still reachable, ask for a DXF and name a version. If not, the free ODA File Converter from the Open Design Alliance converts between DWG and DXF versions and has builds for Windows, macOS and Linux.

With free CAD software this is often the only road that works. LibreCAD says in its own documentation that DWG support is basic and that you should convert to DXF when an import fails. QCAD splits it the same way: DXF in the free Community Edition, DWG in the paid Professional version.

Two neighbouring jobs have their own articles. Building a model from a drawing, where units and scale decide whether the import is usable, is covered in the piece on importing a DWG into SketchUp without trouble, and if all you owe someone is a printable file, exporting the DWG to PDF beats a screenshot.

Editing it and sending it back needs software that writes DWG

As soon as the other side expects a modified DWG, the free path ends. A viewer lets you add comments; it will not let you change geometry and hand the file back in the same format. That is the difference between reading and writing.

If this happens once a year, a trial or the web app carries you through. If it happens most weeks, the detour quietly costs more in hours than the software costs in money, and an AutoCAD licence of your own becomes the honest answer. Should the program then crawl on heavy drawings, the checklist on why AutoCAD gets slow or freezes helps sooner than new hardware.

One habit worth building: save in the format the recipient can open, not the newest one you have.

If nothing opens at all, suspect the file format before the file

This is the cause hardly any list of free viewers mentions, and by far the most common. A DWG saved in a newer file format will not open in older software. The file is not damaged. It is too new.

In AutoCAD you get a dialog titled "Open Drawing - Incompatible Version" carrying the text "The drawing file cannot be opened because it was created with a more recent version of AutoCAD". The command line may add "File <drawing name.dwg> was created by an incompatible version of AutoCAD", followed by "*Invalid*".

The format does not change every year, but every few years, and inside a group every release reads and writes the same thing. Autodesk spells it out in its support article on the compatibility of DWG files with earlier versions (checked on 8 August 2026): to open a 2026 file in AutoCAD 2015, it has to be saved in the 2013 format or earlier first.

DWG file formatWritten by these releasesWhat that means in practice
AutoCAD 2018AutoCAD 2018 to 2026Unreadable in 2017 or older
AutoCAD 2013AutoCAD 2013 to 2017Unreadable in 2012 or older
AutoCAD 2010AutoCAD 2010 to 2012Unreadable in 2009 or older
AutoCAD 2007AutoCAD 2007 to 2009Unreadable in 2006 or older
AutoCAD 2004AutoCAD 2004 to 2006Unreadable in 2002 or older
AutoCAD 2000AutoCAD 2000, 2000i and 2002Read by almost anything, old viewers too

Reading the format code yourself takes ten seconds

No CAD software needed. Open the DWG in Notepad and look at the first six characters: that is the format code, and Autodesk publishes the list. The ones still in circulation:

AC1015  AutoCAD 2000, 2000i, 2002
AC1018  AutoCAD 2004, 2005, 2006
AC1021  AutoCAD 2007, 2008, 2009
AC1024  AutoCAD 2010, 2011, 2012
AC1027  AutoCAD 2013 to 2017
AC1032  AutoCAD 2018 and later

If it reads AC1032 and you run a 2016 release, you have your answer. Two Windows shortcuts: hover over the file in Explorer for a "Created With:" line in the tooltip, or use Find in Notepad and search for a u t o c a d, with spaces between the letters, to see which release last saved it.

Four ways to get it open anyway

  1. Ask for an older version. The sender uses Save Drawing As, top left in AutoCAD, and picks an older format. Ten seconds of their time, and the cleanest fix available.
  2. Ask for a DXF when you have no idea what your own software can cope with.
  3. Convert it yourself with the DWG Convert command in DWG TrueView, which takes an entire folder in one pass.
  4. View it online in Autodesk Viewer, which reads the newer formats, when looking is all you need.

If you run AutoCAD yourself and deliver to an office on an older release, set the default once: Options dialog, Open and Save tab, File Save section, Save As list. Autodesk notes that this also governs autosave, the detail people miss when a recovered drawing comes back in the wrong format.

Ask for a DXF when you do not know what the other side runs

DWG is AutoCAD's own format and carries the whole structure: layers, blocks, styles, layouts, the way the drawing is organised. DXF sits beside it as the exchange format, built to travel between programs: a bigger file, the occasional refinement lost, far more applications that will read it.

The rule of thumb that survives real projects: inside the Autodesk world, ask for DWG. Going out to another brand, a GIS package, a laser cutter or a free drawing program, ask for DXF and name a version in the same sentence. "As DXF please, 2007 or earlier" saves two emails every time.

Open laptop showing lines of text on a desk beside a window
The format code sits in the first characters of the file, readable in any plain text editor.

On a Mac you have fewer free options, not none

"On mac" sits right behind the main question in the English suggestions, and macOS is the poorer relation here. There is no Mac build of DWG TrueView, and macOS does not render DWG on its own, so a double-click gets you nowhere.

The browser route works unchanged: Autodesk Viewer and the AutoCAD web app run in Safari or Chrome whatever sits underneath. For something local, the Open Design Alliance offers ODA Drawings Explorer, which displays DWG and DGN files and has builds for Windows, Linux, macOS and Android, next to the ODA File Converter mentioned earlier. If the work is regular, Autodesk sells AutoCAD for Mac in its own right.

My advice to Mac users is unglamorous. If the drawing may be uploaded, use the browser and stop shopping around. The free desktop viewers on macOS work, but that is not where the effort has gone.

A phone shows you the drawing, it does not let you work on it

Looking works well. The AutoCAD mobile app opens 2D and 3D DWG files straight out of Autodesk Drive, Autodesk Docs, Microsoft OneDrive, Box, Dropbox and Google Drive, and Autodesk Viewer runs in a mobile browser too.

Working is another matter. On a six inch screen you lose overview and precision at once, and you lose them quietly, which is the dangerous part. For checking a dimension on site, a phone is excellent. For tracing a detail, open a laptop. A tablet with a stylus is still a review tool, not a drawing board.

Still not working? These are the causes that remain

The drawing opens but looks wrong, or the format was not to blame after all. Four causes are left.

  • Half the drawing is missing. A "Proxy Information" window saying the drawing contains custom objects from an unavailable ObjectARX application means it came out of Civil 3D, Revit or an industry specific product. Those objects only display in full once the matching object enabler is installed. If that window shows zeros for both the bounding box graphics and the real graphics metafile, there is nothing usable inside and installing one is wasted effort.
  • The wrong AutoCAD answers the double-click. If you get "Drawing file was created by an incompatible version" although your release is newer than the file, it is a file association problem: Autodesk traces it to registry keys removed when an AutoCAD version was uninstalled. Start the version you want, close it, then double-click the drawing.
  • A notice about the file's history. TrustedDWG reports that a file was last saved by something other than Autodesk software. Information, not a fault.
  • The file really is damaged. An interrupted download, a cloud folder caught mid-sync, a flaky network share. Autodesk's advice is to move the file off the cloud or server location to the desktop or a USB stick and try again. Ask for a fresh copy before reaching for repair tools.

If none of that gets you in and you bought your licence from us, send us the format code from Notepad and the exact wording on screen. Those two usually make it one reply.

One last thing, and it is the part nobody writes into a project agreement. This incompatibility runs in one direction only: old drawings keep opening in new software more or less forever, while new drawings stop dead in old software. The obligation therefore sits with whoever is on the newest release, which is almost never the person complaining. If that is you, saving down is your job.

Frequently asked questions

Yes. Autodesk Viewer opens DWG files in any modern browser, and DWG TrueView does the same on Windows without an upload. Both are free. What neither of them does is change the drawing and save it back as a DWG, which needs software that can write the format.

Drag the file into Autodesk Viewer in your browser, or install DWG TrueView on Windows. If the drawing must not leave your machine, choose TrueView. For a file you also need inside another program, ask the sender for a DXF instead and name the version you want.

Use the browser: Autodesk Viewer and the AutoCAD web app work in Safari and Chrome. DWG TrueView has no Mac build. For a local viewer, ODA Drawings Explorer runs on macOS, and Autodesk sells AutoCAD for Mac if you need to edit drawings regularly.

The DWG format is renewed every few years, and older software cannot read a newer format. Ask the sender to use Save Drawing As and store it in an older format, or convert it yourself with DWG Convert in DWG TrueView. Your file is not damaged.

DWG is AutoCAD's own format and holds the full structure of the drawing. DXF is the exchange format that many more programs can read. Ask for DXF whenever the drawing has to reach another brand of CAD software, a GIS package or a cutting machine.

Related articles

DK
Daan Kessels
CAD & BIM specialist

Daan has worked with AutoCAD, Revit and Civil 3D in the construction and installation sector for over ten years, helping designers produce drawings faster and with fewer errors.

View profile
Looking for a licence for this software?
Explore the Liceon collection. Instant delivery, genuine licences.
View the collection