Quick Access Search All Tools Ctrl+K Help & Tool Guide
What is a View State (Named View)? In AutoCAD, a "View State" is a Named View — a saved snapshot of exactly what your camera is looking at (position, direction, zoom level) that you can save under a name and jump back to instantly with the 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

Beginner

Step 1 — Save (Create) a Named View

  1. Get your drawing zoomed/panned exactly the way you want to save it.
  2. Type VIEW and press Enter (or Ribbon: View tab → Named Views panel → View Manager).
  3. In the View Manager dialog, click New.
  4. Type a clear name (e.g. FRONT-ENTRY, DETAIL-A, SITE-OVERALL) and an optional category and description.
  5. Under Boundary, choose Current display (saves what you see right now) or Define window (drag a box around the exact area to save).
  6. Click OK, then OK again to close View Manager.

Step 2 — Restore a Named View

  1. Type VIEW and press Enter.
  2. Select the saved view from the list on the left.
  3. Click Set Current, then OK.
  4. AutoCAD instantly zooms/pans to that exact saved view.
Faster restore: Once you've saved a few views, you don't need the full dialog — just type -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

  1. Open View Manager (VIEW).
  2. Right-click the view in the list.
  3. 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

Advanced

Everything 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:

SettingWhat It Does
Save layer snapshot with viewRecords 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.
UCSTies 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 sectionAssociates an active section object with the view, useful for structural/MEP coordination views that always show a live cut.
Visual styleRemembers whether the view displays as 2D Wireframe, Conceptual, Realistic, Shaded, etc.
BackgroundOverrides the default drawing background for this view only — see background types below.

Background Types

TypeUse Case
DefaultUses the drawing's normal background color/gradient (no override).
SolidA single flat color — useful for consistent screenshots or presentation renders.
GradientA two- or three-color gradient sky effect, common in 3D visualization views.
ImageA bitmap image (e.g. a sky photo or site photo) placed behind the model for renders/walkthroughs.
Sun & SkyPhysically-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
CapturesCamera position/zoom, optionally UCS, visual style, background, live sectionLayer On/Off, Frozen/Thawed, Locked, Color, Linetype, Lineweight, Plot
CommandVIEW / -VIEWLAYERSTATE / -LAYERSTATE
Can export to a standalone file?No — views live inside the DWG onlyYes — exports to a .LAS file that can be imported into any drawing
Share between drawingsDrag-and-drop via DesignCenter, or copy/paste the view's viewportExport/Import .LAS file
Can include a layer snapshot?Yes — optional "Save layer snapshot with view" checkbox links the two features togetherN/A
See the full beginner walkthrough for Layer States on the Layer Standards page.

📜 Command Reference

CommandWhat It Does
VIEWOpens the View Manager dialog — create, restore, edit, rename, and delete named views.
-VIEWCommand-line version — faster for saving/restoring by typing, and scriptable in LISP routines.
VPOINTSets a 3D viewpoint by direction vector, without saving it as a named view.
PLANReturns to plan view (looking straight down) relative to the current or a named UCS.
DDVPOINTOpens a dialog for setting a 3D viewpoint visually (compass/axis picker).
CAMERAPlaces a named camera object in the model that can be edited and glyph-clicked to jump to its view.
DVIEWLegacy interactive 3D viewing/clipping tool — still useful for manual clip plane setup.
3DORBITInteractively orbit the current 3D view (does not save a view by itself).

⚠ Common Mistakes & Troubleshooting

Common beginner mistakes:
• 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.
Pro tip: Combine a Named View with a matching Layer State for the fastest possible "context switch" — e.g. a PLOT-VIEW Named View with the layer snapshot box checked instantly sets both your camera position and your layer visibility in one click.