VIEW command. Unlike Layer States (which capture layer settings), a Named View captures what you're looking at — and optionally, it can also remember a layer snapshot, a UCS, a visual style, and a background at the same time. Think of it as a bookmark for your drawing.
🎯 Beginner Guide
BeginnerStep 1 — Save (Create) a Named View
- Get your drawing zoomed/panned exactly the way you want to save it.
- Type
VIEWand press Enter (or Ribbon: View tab → Named Views panel → View Manager). - In the View Manager dialog, click New.
- Type a clear name (e.g.
FRONT-ENTRY,DETAIL-A,SITE-OVERALL) and an optional category and description. - Under Boundary, choose Current display (saves what you see right now) or Define window (drag a box around the exact area to save).
- Click OK, then OK again to close View Manager.
Step 2 — Restore a Named View
- Type
VIEWand press Enter. - Select the saved view from the list on the left.
- Click Set Current, then OK.
- AutoCAD instantly zooms/pans to that exact saved view.
-VIEW then R (Restore) then the view name at the command line. Even quicker: many drafters put frequently used views on a toolbar or Quick Access shortcut.Step 3 — Delete or Rename a View
- Open View Manager (
VIEW). - Right-click the view in the list.
- Choose Rename or Delete from the context menu, or click the view name directly to edit it inline.
📈 View Categories
The View Manager automatically sorts every saved view into one of these groups:
Current
Whatever you're looking at right now — not a saved view, just a live reference so you can compare against saved ones.
Model Views
Views saved while working in Model Space. This is where most of your day-to-day saved views will live.
Layout Views
Views saved inside a paper space layout/viewport. Useful for locking a specific plotted view in place.
Preset Views
AutoCAD's built-in standard views — Top, Bottom, Front, Back, Left, Right, SW/SE/NW/NE Isometric. Always available, can't be deleted.
⚙ Advanced Guide
AdvancedEverything a Named View Can Remember
When you save a view, AutoCAD can optionally attach several other settings to it — restoring the view later brings all of them back at once. Expand Settings in the New/Edit View dialog to control these:
| Setting | What It Does |
|---|---|
| Save layer snapshot with view | Records which layers were on/off, frozen/thawed at save time. Restoring the view also restores those layer states — this is the direct link between View States and Layer States. |
| UCS | Ties a specific User Coordinate System to the view, so restoring it also re-orients your working plane — essential for 3D work and rotated-plan details. |
| Live section | Associates an active section object with the view, useful for structural/MEP coordination views that always show a live cut. |
| Visual style | Remembers whether the view displays as 2D Wireframe, Conceptual, Realistic, Shaded, etc. |
| Background | Overrides the default drawing background for this view only — see background types below. |
Background Types
| Type | Use Case |
|---|---|
| Default | Uses the drawing's normal background color/gradient (no override). |
| Solid | A single flat color — useful for consistent screenshots or presentation renders. |
| Gradient | A two- or three-color gradient sky effect, common in 3D visualization views. |
| Image | A bitmap image (e.g. a sky photo or site photo) placed behind the model for renders/walkthroughs. |
| Sun & Sky | Physically-based sky simulation tied to geographic location and time of day — used with sun studies and photorealistic rendering. |
Clipping Planes
Advanced 3D views can define front and back clipping planes — invisible cutting planes that hide anything in front of or behind them. This is how you create a saved view that only shows one floor of a building model, or slices through equipment to reveal an interior. Set these from the View Manager's Clipping section, or with the DVIEW command's Clip option for more manual control.
3D Views — Camera & Target
For 3D work, a Named View also stores the exact camera position and target point (what the camera is pointed at), plus field of view / lens length if perspective is enabled. This lets you save specific 3D vantage points — an exterior "hero shot," an interior walkthrough frame, or a specific isometric detail — and jump straight back to them instead of re-orbiting every time.
Sheet Set Manager Integration
If you use the Sheet Set Manager, view categories you create here (beyond the default Model/Layout groupings) become selectable when creating sheet views. This lets an entire office standardize on a consistent set of named views — e.g. every floor plan sheet pulls from a category called FLOOR-PLANS — making sheet creation faster and more consistent across a project.
🔄 View States vs. Layer States
These two features are easy to confuse because they're both "saved configurations," but they capture different things:
| View States (Named Views) | Layer States | |
|---|---|---|
| Captures | Camera position/zoom, optionally UCS, visual style, background, live section | Layer On/Off, Frozen/Thawed, Locked, Color, Linetype, Lineweight, Plot |
| Command | VIEW / -VIEW | LAYERSTATE / -LAYERSTATE |
| Can export to a standalone file? | No — views live inside the DWG only | Yes — exports to a .LAS file that can be imported into any drawing |
| Share between drawings | Drag-and-drop via DesignCenter, or copy/paste the view's viewport | Export/Import .LAS file |
| Can include a layer snapshot? | Yes — optional "Save layer snapshot with view" checkbox links the two features together | N/A |
📜 Command Reference
| Command | What It Does |
|---|---|
VIEW | Opens the View Manager dialog — create, restore, edit, rename, and delete named views. |
-VIEW | Command-line version — faster for saving/restoring by typing, and scriptable in LISP routines. |
VPOINT | Sets a 3D viewpoint by direction vector, without saving it as a named view. |
PLAN | Returns to plan view (looking straight down) relative to the current or a named UCS. |
DDVPOINT | Opens a dialog for setting a 3D viewpoint visually (compass/axis picker). |
CAMERA | Places a named camera object in the model that can be edited and glyph-clicked to jump to its view. |
DVIEW | Legacy interactive 3D viewing/clipping tool — still useful for manual clip plane setup. |
3DORBIT | Interactively orbit the current 3D view (does not save a view by itself). |
⚠ Common Mistakes & Troubleshooting
• Forgetting that Named Views only save inside the current DWG — there's no export/import file like Layer States have. To reuse a view in another drawing, use DesignCenter to drag it across, or manually recreate it.
• Leaving "Save layer snapshot with view" checked without realizing it — restoring the view can silently change your layer visibility if you forgot a snapshot was attached.
• Saving a view with "Define window" but later resizing the drawing area — the saved boundary won't automatically adjust to new geometry added outside it.
• Confusing View States with Viewport Configurations (
VPORTS) — those split your screen into multiple panes; Named Views are single saved camera positions.
PLOT-VIEW Named View with the layer snapshot box checked instantly sets both your camera position and your layer visibility in one click.