What is a .DRAWIO file?
A .drawio file is a diagram - flowcharts, network maps and more. Created by diagrams.net (draw.io).
- Did you know
- diagrams.net is a free diagramming tool used widely for flowcharts and architecture diagrams.
- Inside the XML, each shape and connector is an <mxCell>, a structure inherited from the older mxGraph library.
- Diagram content can be deflate-compressed and Base64-encoded, or saved as plain XML for friendlier version control.
- What Analyser shows you
- Render 2D vector diagrams to a preview: draw.io / diagrams.net (DRAWIO) files - decoding the mxGraph model, inline or compressed, and drawing its boxes, ellipses, diamonds and connectors - and AutoCAD DXF drawings, parsing the ASCII ENTITIES section (lines, circles, arcs, polylines and text) and drawing them the right way up.
- Open a .DRAWIO file
- Drag a .DRAWIO file onto the Analyser home page (or tap to pick one). It opens entirely in your browser - nothing is uploaded, there is no account, and it works offline once installed.
- Related formats
- .DXF. See all supported file types.