A structural drawing is dense with linework, you want to edit one line and keep picking a different one. The decisive fix is to clear the screen for a moment: hiding objects in AutoCAD that you do not need to see.
This article measures all three commands that do it on AutoCAD 2027 at the Institute, with an object count proving that hidden objects are still in the file. For managing drawings properly, see the AutoCAD for Construction course.
Hide objects or isolate objects: three commands, two directions
There are three commands here, not one. You either hide objects you want gone, or isolate objects you want kept, and the third brings everything back.
| Command | What you select | Result |
|---|---|---|
HIDEOBJECTS | what you want gone | those disappear, everything else stays |
ISOLATEOBJECTS | what you want kept | only those stay, everything else disappears |
UNISOLATEOBJECTS | nothing | everything comes back |
Autodesk's ISOLATEOBJECTS page describes the second in one line: "Temporarily suppresses the display of all objects except those you select."
The word temporarily is the important one, and the next section but one shows it is only half true.
Hidden objects are still in the file
People avoid these commands for fear of losing work. That fear is groundless, and here is the measurement.
We counted the lines on two layers by filtering across the whole drawing, hid every column line, and counted again the same way.
| Stage | Lines on TUONG-N | Lines on COLUMN |
|---|---|---|
| Before hiding | 26 | 7 |
| After hiding every column line | 26 | 7 |
| After bringing them back | 26 | 7 |
The 7 in the middle row says it all. Seven column lines had vanished from the screen and yet the filter still found them: still in the file, still counting toward its size.
Bringing them back prints the count on the command line, verbatim.
7 object(s) unisolated.
The system variable that decides whether hiding survives a save
This is the part worth knowing and the part almost nobody mentions.
Whether the hidden state survives saving and reopening depends on one system variable, OBJECTISOLATIONMODE. Autodesk's OBJECTISOLATIONMODE page describes it as: "Controls whether hidden objects remain hidden between drawing sessions."
| Value | Autodesk's wording |
|---|---|
| 0 | "Isolated/hidden objects are temporary for current drawing session" |
| 1 | "Isolated/hidden objects persist between drawing sessions" |
Our machine measured 0, the default: hide, save, reopen, and everything is visible again.
That sounds safe, and it cuts both ways. Set to 1 and you send a colleague a file that opens missing part of the drawing, with nothing to explain why. Typing UNISOLATEOBJECTS once before issuing a drawing is the cheap insurance.
Hiding objects or changing the layer state
Both clear the screen, and using the wrong one causes trouble.
| Hiding objects | Layer off or frozen | |
|---|---|---|
| Scope | exactly what you selected | the whole layer, nothing missed |
| Remembered | depends on OBJECTISOLATIONMODE | always stored with the drawing |
| Affects plotting | no, it is display only | yes, a layer that is off does not plot |
| Suits | clearing up for ten minutes | long-term document management |
The rule is short. Hiding objects in AutoCAD is temporary, used for ten minutes and undone. A layer state is a decision about the document that travels with it all the way to the printer.
Getting it backwards hurts either way. Hide individual objects for document management and nobody can tell later what is concealed. Switch off a layer just to edit one line and you also lose other things on that layer you needed to see. Organising layers is covered in our article on layers in AutoCAD.
The right-click route is faster than typing
None of the three commands has a two-letter alias, but there is a quicker route than typing them.
Select the objects first, right-click, and look for the object-visibility entry in the menu. Its three sub-entries are these three commands. That beats typing all sixteen letters of UNISOLATEOBJECTS.
If you would rather type, the trick is that all three names begin differently, so AutoCAD's suggestion list narrows after a few letters.
Object count aside, hiding to select accurately is where it pays
The best use of this group is not a tidy screen but an accurate pick.
The familiar situation: a dimension line lying exactly on top of a wall line. Clicking always catches the wrong one. Cycling with the space bar works, but doing it twenty times in an afternoon wears thin.
The tidier route: select the wall line, hide it, edit the dimension in peace, then bring it back. Three steps and not one misplaced click.
The same trick works on blocks. A drawing we measured holds 359 block references, and hiding one of them removes the whole reference at a stroke, so a dense title block or a furniture symbol stops getting in the way of the pick.
Another case comes up while hunting for faults in a drawing received from elsewhere. Stray linework sits somewhere and cannot be found. Isolating one layer at a time is the quickest way to narrow it down: whichever layer shows the stray line is the culprit.
Hiding does not make a drawing lighter
A common wrong expectation: hide some of it so the drawing runs faster. The count above already answers that.
The object count settles it. The seven hidden column lines were still in the file, still found by the filter, still occupying space. The software skips them when painting the screen, so redraw is a little quicker, but the file size does not change by a byte.
To make a drawing genuinely lighter you have to delete what is surplus or purge unused definitions. That is a job for the cleanup command, not for hiding.
Layer state travels, hidden state may not
One more practical difference between the two routes, and it decides which one to reach for on a real project.
A layer state is part of the drawing. Switch a layer off, save, and anyone who opens the file sees the same thing you saw. That is a property, not an accident, and it is why layer states are the right tool for documents that go out of the office.
A hidden state depends on the system variable above. At the default value it evaporates when the file closes, which is exactly what you want for a ten-minute tidy-up and exactly what you do not want for anything meant to last.
So the question to ask is not which is more convenient but how long the change should live. Ten minutes means hide. The life of the project means layers. Checking what a drawing has switched off before you start work on it is covered in our article on drawing units, which goes through the other per-drawing settings worth reading first.
HIDE is an entirely different command
Worth a note because the names are so close.
HIDE belongs to 3D work. It works out which surfaces obscure which and redraws the model without the hidden edges. It does not conceal what you selected, and in a 2D drawing typing it appears to do nothing at all.
To conceal your selection the name is HIDEOBJECTS, with OBJECTS on the end. Type it short and you run the wrong command.
Three things often repeated that are not true
| Often repeated | What we measured on the 2027 release |
|---|---|
| Hiding is a temporary delete and risks losing work | Filtering before and after both returned 7 lines; they never left the file |
| Hide it, save it, and it stays hidden | Depends on OBJECTISOLATIONMODE; ours measured 0, so reopening shows everything |
Typing HIDE conceals the current selection | HIDE is a 3D command; the right name is HIDEOBJECTS |
Frequently asked questions
How do I bring hidden objects back?
Type UNISOLATEOBJECTS. AutoCAD reports the count, for example 7 object(s) unisolated.
What is the quickest way to hide something?
Select it, right-click, open the object-visibility entry and choose the hide command. No long command name to type.
Does hiding risk losing part of the drawing?
No. We counted with a filter after hiding and found exactly as many objects as before.
Will a colleague see everything if I hide, save and send?
It depends on the drawing's OBJECTISOLATIONMODE. At 0 they see everything; at 1 they see a drawing with pieces missing. Running UNISOLATEOBJECTS before sending removes the doubt.
Can I hide part of a block without exploding it?
Not with these commands. We measured it on a drawing holding 359 block references: hiding a single one and bringing it back reported 1 object(s) unisolated. — the whole reference counts as one object no matter how much geometry is inside. To conceal part of a block, either edit the block definition or put the unwanted part on its own layer inside the block and switch that layer off.
Does hiding make the file smaller?
No. Hidden objects stay in the file and keep their space; the software simply skips them when drawing the screen.