A drawing arrives from another office. You want to change one line inside a block and the program will not let you select it on its own. The reflex is to blow the block apart. That does let you edit it, but the drawing loses the very thing that kept it tidy.
The explode command in AutoCAD is the sharpest double-edged tool in the whole command set. This article measures what each object type breaks down into, points out two cases where exploding destroys information for good, and says when to use something else instead. For the full editing toolkit see our AutoCAD for Construction course.
Where to start it
Read from the acad.cuix interface file and the acad.pgp file of the 2027 release.
| Way in | What to use |
|---|---|
| Full command | EXPLODE |
| Alias | X |
| Ribbon | Home → Modify → Explode |
| Classic menu | Modify → Explode |
| Toolbar | Modify → Explode |
A one-letter alias, the shortest in the set. That is also why it gets used carelessly: two keystrokes and it is done, with no time to think.
The steps on the command line
Copied verbatim from AutoCAD 2027.
Command: EXPLODE
Select objects: 1 found
Select objects:
| Step | What it asks | What you do |
|---|---|---|
| 1 | Select objects: | Pick what to explode |
| 2 | the same prompt again | Pick more, or Enter to run |
That is all. No options, no further questions, and no confirmation. Once it has run, the only way back is UNDO — covered in our article on the undo command in AutoCAD.
What each object type breaks down into
This is the table worth learning, because every type gives a different answer.
| What was exploded | What was left |
|---|---|
| Closed polyline 1200 × 800 | 4 separate lines |
| A linear dimension | 4 lines + 2 arrowheads + 1 text object |
| Multiline text in an Arial style | 2 text objects, one per line |
| An ANSI31 hatch inside a circle of radius 400 | 6,399 lines |
| A circle | cannot be exploded |
The second row is the one that hurts in practice. A dimension broken into seven loose pieces no longer tracks the geometry: stretch the member and the figure stays put, now reading wrong. Dimensioning is covered in our article on dimensions in AutoCAD.
Multiline text and the accented-character trap
This one bites users writing in Vietnamese, Polish, Turkish or Greek, and never bites anyone writing plain English.
Take a two-line block of text reading "Dòng thứ nhất" and "Dòng thứ hai" and explode it. The result depends entirely on the text style in use:
| Text style | What was left |
|---|---|
Standard, using the txt.shx font | 8 text objects |
| A TrueType style such as Arial | 2 text objects |
The same content and the same command, four times apart. Those eight fragments read Dòng th, ứ , nh, ấ, t, then Dòng th, ứ , hai — the program cut at exactly the accented characters.
The cause is the font. The txt.shx font behind the Standard style has no accented glyphs, so the program borrows another font for each accented character, and every run in a different font becomes its own object when exploded. Setting the style to a TrueType font that carries the accents fixes it. Styles and fonts are covered in our article on text in AutoCAD.
The consequence is worth spelling out: if a drawing carries notes in an accented language and someone explodes the text, correcting one sentence becomes correcting eight loose fragments.
Exploding hatching makes the file balloon
An ANSI31 hatch filling a circle of radius 400 explodes into 6,399 lines.
Six thousand three hundred and ninety-nine, from a single object. A hatch stores only its boundary and the name of the pattern; the pattern lines are drawn on the fly when the screen is painted. Exploding it forces the program to write every one of those lines into the file.
On a floor plan with a few dozen hatched areas, exploding them all swells the file several times over, makes it slow to open and hard to select in, and takes away any chance of changing the pattern or its scale later. Keeping files light is covered in our article on trimming down a CAD file, and hatching in our article on the hatch command in AutoCAD.
If all you want is to reshape the hatched area, do not explode: select the hatch and drag the grips on its boundary, or edit the boundary itself.
Exploding a block scaled unevenly
A very common piece of folklore says a block inserted with an X scale different from its Y scale cannot be exploded.
Tested directly on the 2027 release. A block holding a circle of radius 200, a line and a line of text, inserted at X = 2 and Y = 1, then exploded:
| After exploding | What came out |
|---|---|
| Number of objects | 3 |
| The circle inside the block | became an ellipse of 800 × 400 |
| The line | still a line, 800 long |
| The text | still text |
It explodes perfectly well. But the circle has turned into an ellipse, and that is the real point. After exploding, nothing that was a circle inside the block is a circle any more. No centre to snap to, no radius to dimension, nothing to reuse elsewhere.
This is not a rare situation. Column marks, pile marks and equipment symbols are routinely inserted at uneven scales to fit a space. One sweep of the explode command in AutoCAD turns every circle among them into an ellipse, and nothing on screen shows it has happened.
So for a block inserted at uneven scales, the right move is almost always to edit the block definition rather than explode the insertion — covered in our article on editing blocks in AutoCAD, with blocks in general in our article on blocks in AutoCAD.
What cannot be exploded
Select a circle, run the command, and this comes back verbatim:
Command: EXPLODE
Select objects: 1 found
1 was not able to be exploded.
Select objects:
None found.
The line 1 was not able to be exploded. means the object was already a single piece of linework with nothing inside to separate. Circles, lines, arcs and ellipses are all like that.
It doubles as a quick test: run the command, and if that line appears, what you have selected is not a compound object and the problem lies elsewhere — usually it sits inside an xref or on a locked layer. External references are covered in our article on xrefs in AutoCAD.
One kind of object refuses outright, and Autodesk's EXPLODE page states it plainly: "Blocks insert with MINSERT cannot be exploded." Those are blocks placed as an array with the MINSERT command, and the only way round is to delete and re-place them another way.
The same page carries a line worth remembering: "The color, linetype, and lineweight of any exploded object might change." After exploding, the pieces can come out in different colours and linetypes, because anything that took its properties from the block now takes them from the current layer. Layers are covered in our article on layers in AutoCAD.
One more thing that confuses newcomers: a block nested inside another block takes two passes. The first explode reveals the inner block; reaching the individual linework means exploding again. Where you want to set the colour and layer of the pieces as you go, the XPLODE command does exactly that — a few more questions, but much less tidying up afterwards.
Five things people say that are not true
| What people say | What the 2027 release actually does |
|---|---|
| An unevenly scaled block cannot be exploded | It explodes; the circles inside simply become ellipses |
| Multiline text gives one object per line | The Standard style gives 8 pieces from two accented lines |
| Explode hatching to make it easier to edit | One hatch becomes 6,399 lines, and the pattern can no longer be changed |
| The command asks before it runs | It asks nothing; only UNDO gets you back |
| An exploded dimension keeps measuring | It becomes 7 loose pieces and stops tracking the geometry |
Frequently asked questions
What is the alias?
X. A single letter.
Why does it say "1 was not able to be exploded"?
Because the object was already single linework with nothing inside. Circles, lines and arcs all behave that way.
My accented text shattered — how do I fix it?
Do not explode it. If you already have, press UNDO, change the text style to a TrueType font carrying the accents, and then explode: each line will give one object.
Can I edit linework inside a block without exploding?
Yes, with the in-place block editor. The advantage is that every other insertion of that block is corrected at the same time.
How do I undo an explode?
Press UNDO straight away. Once the drawing has been closed there is no way back and the work has to be redone by hand.
Does exploding hatching make the file heavier?
Very much so. One ANSI31 hatch in a circle of radius 400 becomes 6,399 lines, and every one of them is written into the file.