👤 Pro — remove adsPro
// .dxf → .dwg (beta)

DXF to DWG

Convert an open DXF drawing to AutoCAD's native DWG format.

Free uses today: 2 of 2 left — the counter resets at midnight UTC. Day pass €4.99 — 24h unlimited

When only a DWG will do

For most drawing exchange, DXF is the better-travelled format — it is documented, plain text, and read by practically everything. So the honest first question is whether you need this conversion at all. Sometimes you genuinely do: architecture and engineering offices standardised on AutoCAD decades ago and their templates, checking routines and archives expect native .dwg files; some tender and permit processes ask for DWG by name; and a handful of import filters simply behave better with DWG than with DXF. This tool exists for exactly those cases — when the person or process on the other end specifically asks for a .dwg and will not take anything else.

What beta means here, in practice

Reading a closed file format is hard; writing one that the owner's own software will accept is harder still, and the free tooling for writing DWG is younger than the tooling for reading it. In day-to-day use that shapes the odds like this: plain 2D geometry — lines, arcs, circles and polylines, which is what most cutting and layout work consists of — converts dependably. The risk concentrates in the fancier content: splines, hatches, dimensions, blocks and anything 3D. The reassuring part is the failure mode. When the writer cannot handle something, the conversion tends to break visibly instead of handing you a file that looks right and is quietly wrong — so a DWG that converts and then opens cleanly in a real CAD package has already passed the hardest test.

Version logic works in your favour

With exchange formats, newer is not better — older is. Every modern CAD package opens DWG files from decades back, while old software cannot open new files, so a conservative, older-dialect DWG is the one most people can actually use. The same logic applies to what you put in: the durable core that every DWG version and every reader understands is simple 2D geometry, and the more exotic an entity is, the more version-sensitive its round trip becomes. If a drawing matters, it is worth spending two minutes stripping it first — delete construction leftovers, explode blocks into plain entities, and keep the content close to that durable core before converting.

A two-minute verification routine

Never pass on a beta-produced file unchecked. Open the DWG in a CAD package or a free viewer and do three things: confirm the drawing is visually complete against your DXF, measure one feature you know the size of, and count the important contours. There is also a free trick unique to this site: run the result straight back through our DWG to DXF tool (/dwg-to-dxf) and compare that DXF with your original — if the geometry survives the round trip intact, you can send the DWG with real confidence. And if the source drawing needs a fix first — a stray line deleted, a contour closed — our DXF editor (/dxf-editor) lets you do that in the browser before you convert.

An honest beta warning

This uses the same open-source engine as our DWG to DXF tool, but in reverse — and LibreDWG's DWG-writing support is genuinely less mature than its DXF-writing side. Simple 2D drawings usually convert fine; anything complex may fail outright rather than produce a subtly-broken file. Treat this as a beta, and always check the result opens correctly before relying on it.

Is my drawing uploaded and stored?

The conversion needs our EU-hosted server, but your file only exists there in a temporary folder that's deleted the moment the conversion finishes. Nothing is stored, logged or inspected.

Convertburda — universal conversions