Shortcuts

AutoCAD Ctrl+0 (Zero) Shortcut :Clean Screen

If you want to master the AutoCAD Ctrl+0 shortcut and the clean screen feature, this guide explains everything you need: what the shortcut does, step-by-step use, alternative commands, common reasons it may fail and how to fix them, plus practical tips and a helpful FAQ.


Explications

The AutoCAD Ctrl+0 (zero) shortcut toggles Clean Screen, a mode that temporarily hides most of the AutoCAD user interface to maximize the drawing area. When active, Clean Screen typically hides the ribbon, toolbars, docked palettes, status bar and other UI panels so you can focus on drawing or present your work.

Key points:

  • Ctrl+0 = Clean Screen (toggle) — press again to return to the normal UI.
  • Clean Screen does not change drawing contents or print settings; it only affects the visible interface.
  • Use Clean Screen for distraction-free drafting, screen captures, or client presentations.
  • Clean Screen is different from changing a workspace; it’s a temporary UI hide/show, not a persistent layout save.

How to use Ctrl+0 (Step by step)

Quick toggle

  1. Make sure the drawing area is active (click in the drawing window).
  2. Press Ctrl+0 once to enter Clean Screen (UI elements are hidden).
  3. Press Ctrl+0 again to exit Clean Screen and restore the UI.
Read Also:  AutoCAD ME Shortcut : MEASURE : Creates Point Objects Or Blocks At Measured Intervals Along The Length Or Perimeter Of An Object

Using the command line

  1. Type CLEANSCREENON at the command line and press Enter to hide the UI.
  2. Type CLEANSCREENOFF and press Enter to restore the UI.

If Ctrl+0 doesn’t respond immediately

  • Press Esc to close any open dialog or active text editor, then try Ctrl+0 again.
  • Click once in the drawing area to ensure it has keyboard focus, then press Ctrl+0.

Example (before / after)

  • Before: Ribbon, Tool Palettes, status bar and toolbars visible around the drawing.
  • After: Drawing area expands to fill the screen — almost all UI elements are hidden, giving a large clean workspace.

Alternative methods and related commands

If you prefer to control specific UI elements rather than using Clean Screen, or if you need additional control, use these alternatives:

  • CLEANSCREENON / CLEANSCREENOFF — explicit commands to turn Clean Screen on or off.
  • RIBBON / RIBBONCLOSE — show or hide the ribbon only.
  • COMMANDLINE — type this (or press Ctrl+9 in many versions) to show/hide the command line.
  • TOOLBAR — use to show/hide named toolbars (classic interface).
  • WORKSPACE switching — save and restore a custom UI layout (useful when you want a persistent configuration).
  • Customize Keyboard (CUI) — reassign or create a keyboard shortcut that runs CLEANSCREENON/CLEANSCREENOFF or a custom macro.

How to set or change the shortcut in CUI (summary):

  1. Type CUI and open the Customize User Interface dialog.
  2. Under keyboard shortcuts > Shortcut Keys, add a new shortcut or edit an existing one.
  3. Assign Ctrl+0 to the CLEANSCREENON (or a custom toggle macro) command and save.

Why Ctrl+0 might not work and how to fix it

Common causes and solutions:

  • Cause: Keyboard focus is in a dialog box, text editor, or command prompt.
    Fix: Press Esc or click in the drawing area so the window has focus, then press Ctrl+0.

  • Cause: Shortcut reassigned or removed in your profile/CUI.
    Fix: Reassign Ctrl+0 in the CUI under Keyboard Shortcuts or restore the Default workspace.

  • Cause: Conflicting OS or remote desktop shortcut intercepts Ctrl+0 (e.g., remote session or antivirus utilities).
    Fix: Check OS/global shortcuts, remote desktop settings, or use the command line CLEANSCREENON instead.

  • Cause: Some palettes or tool windows are set to stay on top or are undockable and remain visible.
    Fix: Close or dock those palettes manually; check palette options (right-click palette title) and uncheck “Keep on Top” if present.

  • Cause: Workspace corruption or profile errors.
    Fix: Reset the AutoCAD workspace to default or create a new workspace and save your preferred UI.

  • Cause: AutoCAD version differences — behavior or shortcut availability can change between releases.
    Fix: Check your AutoCAD help for the version-specific commands and keyboard defaults.

Read Also:  AutoCAD FS Shortcut : FSMODE : Creates A Selection Set Of All Objects That Touch The Selected Object

If Clean Screen hides the command line and you need to continue typing commands, press Ctrl+9 (or type COMMANDLINE) to reopen the command line, or press F2 to open the command history window.


Tips and best practices

  • Save a custom workspace after configuring panels you use often so you can restore the same environment after using Clean Screen.
  • Use Clean Screen during client reviews or screen captures to show only the drawing, not toolbars.
  • If you frequently toggle a smaller set of UI elements, create a workspace or custom CUI macro that hides only what you want (e.g., ribbon only).
  • Remember: Clean Screen does not change layers, objects, or print settings — it’s purely a UI visibility tool.
  • If you lose the UI and can’t restore it with Ctrl+0, try typing CLEANSCREENOFF in the command line and press Enter.
  • For presentations, combine Clean Screen with a high zoom level and turn on the ViewCube or visual style you need before toggling Clean Screen.

FAQ

What exactly does Clean Screen hide and what does it leave visible?

Clean Screen hides most UI elements such as the ribbon, toolbars, docked palettes, and the status bar, giving a larger drawing area. Depending on settings and version, some floating palettes or windows with “stay on top” enabled may remain visible.

How can I restore the UI if Ctrl+0 doesn’t work?

Type CLEANSCREENOFF at the command line and press Enter. If you cannot type because the command line is hidden, press Ctrl+9 to show it. If shortcuts are disabled, open CUI and check or reassign the shortcut.

Read Also:  AutoCAD LTS Shortcut : LTSCALE : Changes The Scale Factor Of Linetypes For All Objects In A Drawing

Can I customize or reassign the CTRL+0 shortcut?

Yes. Open CUI, go to Keyboard Shortcuts > Shortcut Keys, and add or edit a key combination to run CLEANSCREENON (or your preferred macro). Save the changes to apply the new shortcut.

Will Clean Screen affect my printed drawings or layouts?

No. Clean Screen only affects the screen UI. It does not modify drawing entities, layers, viewports contents, or plot/print settings.

Why do some palettes remain visible after I press Ctrl+0?

Some palettes can be floating or configured to stay on top, and so are not hidden by the Clean Screen command. Dock those palettes or close them manually before toggling Clean Screen.

Is there a keyboard macro or AutoLISP to toggle Clean Screen?

Yes — you can create a custom shortcut or LISP routine. If you prefer not to use the built-in toggle, create a keyboard macro in CUI or write a small LISP that calls (command “_.CLEANSCREENON”) and toggles accordingly.

Can Clean Screen be used inside a viewport on a layout?

Yes, but behavior may differ when you are inside a viewport (active viewport focus). Click outside the viewport or make sure the layout environment is active if you need to adjust the UI for paperspace work.

My Ctrl+0 works sometimes and not others — what should I check?

Check for active dialogs or editors, verify that the shortcut hasn’t been changed in CUI, and ensure no external application or remote session is intercepting Ctrl+0. Also test on a fresh workspace/profile to rule out workspace corruption.