If you need a clear, step-by-step guide to the CTRL+N shortcut in AutoCAD, this article explains what the shortcut does, how to use it, why it sometimes fails, alternative ways to create new drawings, troubleshooting tips and practical best practices for daily use.
What is the Ctrl+N shortcut?
The Ctrl+N (Windows) / Cmd+N (macOS) keyboard shortcut opens a New drawing in AutoCAD. Depending on your AutoCAD settings, pressing this shortcut will:
- Start a new drawing from a template (.dwt), or
- Open the New Drawing dialog where you select a template, or
- Quickly create a new drawing using the default template if you use the QNEW command behavior.
The underlying commands related to this shortcut are NEW and QNEW (Quick New). Understanding the difference between them helps you control exactly how a new file is created.
How to use Ctrl+N — Step by step
Using the keyboard (fastest)
- Make sure AutoCAD is the active window and no modal dialog or command is running.
- Press Ctrl+N (Windows) or Cmd+N (macOS).
- If prompted, choose a template (.dwt) from the New Drawing dialog, or AutoCAD will create a new drawing based on your default template.
Using the command line
- Type NEW and press Enter to open the New Drawing dialog.
- Type QNEW and press Enter to create a new drawing immediately using the default template (no dialog).
Using the Application menu / Ribbon
- Click the Application menu (big A or File menu) > New > Drawing.
- Or use the Home ribbon > Start panel > select New.
- Pick a template when prompted or let it use the default template.
For Mac users
- Use Cmd+N, or the File > New menu to create a new drawing.
Options and behavior you should know
NEW vs QNEW:
- NEW opens the New Drawing dialog so you can pick a template.
- QNEW immediately creates a new drawing using the default template (good for speed).
Default template location: Set in Options > Files > Template Settings > Default Template File Name for QNEW. Adjust this to control what QNEW (and sometimes Ctrl+N) uses.
FILEDIA system variable:
- When FILEDIA = 1, file dialogs open normally.
- When FILEDIA = 0, file selection occurs at the command line (can affect how NEW behaves).
STARTUP and Start Tab: If AutoCAD’s Start Tab or Startup dialog is enabled, Ctrl+N may show templates or the startup screen depending on settings.
Templates (.dwt) contain layers, linetypes, units, title blocks and other settings. Choosing the correct template determines the settings for the new drawing immediately.
Example — Before / After:
- Before: working in Drawing1.dwg with specific layers.
- Press Ctrl+N → After: new Untitled.dwg created using the chosen template; layers and units match the template.
Why Ctrl+N sometimes doesn’t work — problems and fixes
Modal dialog or command running
- Symptom: Ctrl+N does nothing or inserts characters into text.
- Fix: Press Esc to cancel active command or close dialogs, then try again.
Focus is inside a text editor or input field
- Symptom: Ctrl+N types an “n” or has no effect.
- Fix: Click in the drawing area or press Esc to restore focus.
Keyboard shortcut remapped or disabled
- Symptom: Ctrl+N triggers something else.
- Fix: Open CUI (Customize user interface) > keyboard shortcuts and check or restore the mapping for Ctrl+N.
System or OS-level shortcut conflict (remote desktop, desktop manager)
- Symptom: Ctrl+N performs a window or OS action instead.
- Fix: Check OS or remote desktop shortcuts; use alternative methods (NEW or QNEW on command line).
Faulty keyboard or stuck modifier key
- Symptom: Ctrl key not recognized.
- Fix: Test with another keyboard; verify Ctrl works in other apps.
FILEDIA or startup settings changed
- Symptom: Unexpected behavior (no dialog or command-line prompts).
- Fix: Set FILEDIA = 1 and adjust Options > Files > Template Settings.
Custom LISP or script intercepting commands
- Symptom: New drawing triggers custom routine.
- Fix: Temporarily disable startup LISP routines or check ACADDOC.LSP/ACAD.LSP files.
AutoCAD license/installation issues
- Symptom: Commands failing intermittently.
- Fix: Restart AutoCAD; repair installation if problems persist.
Alternative methods to create a new drawing
- Type QNEW (quick new) on the command line to create a drawing from the default template instantly.
- Type NEW on the command line to show the template dialog.
- Use the Application (File) menu > New > Drawing.
- Double-click a .dwt template file in file explorer to open a new drawing based on that template.
- Use the Start Tab (if enabled) to select recent templates or start options.
- Create a custom shortcut: open CUI, add a keyboard macro that runs ^C^C_qnew or _new.
- Use a script or batch file to copy a template and open it when you need multiple files created automatically.
Tips and best practices
- Set a reliable default template (Options > Files > Template Settings) so QNEW and shortcuts produce consistent results.
- Create several template files (.dwt) for different projects (scale, units, layers, title blocks) and keep them organized.
- Use QNEW for speed; use NEW when you need to choose a specific template.
- If you frequently create the same file type, set up a custom keyboard macro in CUI to run QNEW with a specific template.
- Keep FILEDIA = 1 for normal dialog behavior unless you intentionally use command-line file operations.
- If Ctrl+N stops working, check for active commands, text editor focus, and custom LISP routines before reinstalling AutoCAD.
- Learn to use both keyboard and command-line methods (NEW, QNEW) — this increases your workflow flexibility.
How is Ctrl+N different from QNEW?
Ctrl+N typically triggers the NEW command (or the New Drawing dialog) depending on settings, whereas QNEW always creates a new drawing immediately using the default template without showing the template dialog.
How do I change the default template for QNEW?
Go to Options > Files > Template Settings > Default Template File Name for QNEW and set the path to the .dwt you want as default. Save and restart AutoCAD if necessary.
Ctrl+N opened a blank drawing without templates — how do I restore template behavior?
Check FILEDIA (set to 1), verify Options > Files template paths, and ensure no startup scripts override NEW/QNEW. Also check CUI for customizations.
Ctrl+N creates a drawing and closes my current drawing — will it save automatically?
Ctrl+N starts a new drawing but does not automatically save your current file. If the current drawing has unsaved changes, AutoCAD will prompt you to save before closing or switching documents depending on your settings.
My keyboard shortcut is not working only in AutoCAD — what could be wrong?
Possibilities include focus inside a text editor, a modal dialog open, OS or remote desktop shortcut conflicts, or a faulty keyboard. Test the Ctrl key in other applications and check AutoCAD focus.
Can I make Ctrl+N create a specific template every time?
Yes. Configure the default template for QNEW and remap Ctrl+N in CUI to call QNEW (which uses the default template), or map Ctrl+N to a custom macro that opens a specific .dwt.
