0
0
SolidworksHow-ToBeginner · 3 min read

How to Zoom and Pan in AutoCAD: Simple Steps

In AutoCAD, you can zoom by rolling the mouse wheel forward or backward to zoom in or out, or by typing ZOOM and selecting options like Extents or Window. To pan, hold the mouse wheel button and drag the mouse, or type PAN and move the view with the cursor.
📐

Syntax

AutoCAD uses simple commands and mouse actions for zooming and panning:

  • Zoom: ZOOM [option] where options include Extents, Window, Previous, and more.
  • Pan: PAN command or press and hold the mouse wheel button to drag the view.

Mouse wheel actions:

  • Roll forward: Zoom in
  • Roll backward: Zoom out
  • Press and hold wheel: Pan by dragging
plaintext
ZOOM [Extents | Window | Previous | All | Center | Scale]
PAN
💻

Example

This example shows how to zoom to the full drawing and then pan to move the view:

plaintext
Command: ZOOM
Specify corner of window, enter a scale factor (nX or nXP), or [All/Center/Dynamic/Extents/Previous/Scale/Window]: E

Command: PAN
Press and hold mouse wheel button and drag to move the drawing view.
Output
The view zooms to show the entire drawing. You can then pan by dragging the mouse while holding the wheel button.
⚠️

Common Pitfalls

Common mistakes when zooming and panning in AutoCAD include:

  • Trying to zoom without selecting a zoom option after typing ZOOM.
  • Not holding the mouse wheel button properly to pan, which can cause unintended zooming.
  • Using zoom scale factors incorrectly, like typing 10X instead of 10XP for zoom with point.

Always confirm the command prompt options and use the mouse wheel for quick navigation.

plaintext
Wrong:
Command: ZOOM
Specify corner of window, enter a scale factor (nX or nXP), or [All/Center/Dynamic/Extents/Previous/Scale/Window]: 10X

Right:
Command: ZOOM
Specify corner of window, enter a scale factor (nX or nXP), or [All/Center/Dynamic/Extents/Previous/Scale/Window]: 10XP
📊

Quick Reference

ActionMethodDescription
Zoom InRoll mouse wheel forwardZooms closer to the drawing
Zoom OutRoll mouse wheel backwardZooms away from the drawing
PanHold mouse wheel button + dragMoves the view without changing zoom
Zoom ExtentsType ZOOM then EZooms to show the entire drawing
Zoom WindowType ZOOM then WZooms to a selected rectangular area

Key Takeaways

Use the mouse wheel to quickly zoom in and out in AutoCAD.
Hold the mouse wheel button and drag to pan the drawing view smoothly.
Type ZOOM and choose options like Extents or Window for precise zoom control.
Avoid incorrect zoom scale syntax; use nXP for zooming with a point.
Check command prompts carefully to avoid navigation mistakes.