AutoCAD’s dynamic input places command and coordinate prompts right next to the cursor so you can work with minimal eye movement between the drawing area and the command line. This guide explains what Dynamic Input is, why and when to use it, how to turn it on or customize it, practical step‑by‑step examples, alternative methods, common errors and fixes, plus useful tips. All explanations are beginner‑friendly and optimized to help you find answers quickly.
What is Dynamic Input?
Dynamic Input is an AutoCAD feature that shows command prompts, coordinate/distance and dimension input fields directly next to the cursor. Instead of constantly looking down at the command line, you can type values (lengths, angles, coordinates) and see feedback where you are working. It combines three main functions:
Key components
- Pointer Input — shows the command prompt and allows entering distance/angle near the cursor.
- Dimension Input — displays and lets you edit measured values (like length or radius) as a tooltip while drawing.
- Command Tooltips — shows quick prompts and contextual options for the current command.
Why use Dynamic Input?
Benefits
- Faster drafting because you don’t move your eyes away from the cursor to the command line.
- More accurate input when entering lengths/angles directly at the cursor location.
- Cleaner workflow on single-monitor setups or touchscreens.
- Works well with Osnaps, Polar tracking (F10) and Ortho (F8) for precise input.
When it helps most
- Sketching or detailing where frequent numerical entry is required (lengths, angles, radii).
- Working on laptops or tablets where the command line is less convenient.
- Training new users who benefit from on-cursor guidance.
How to enable and disable Dynamic Input
Quick toggle
- Press F12 to toggle Dynamic Input on or off.
- Click the Dynamic Input icon on the status bar (looks like a cursor with a tooltip).
Using the command line
- Type DYNMODE and press Enter. Set value:
- 0 = Off
- 1 = Pointer input only
- 2 = Dimension input only
- 3 = Both pointer and dimension input
How to change Dynamic Input settings (edit/customize)
Via the status bar
- Right‑click the Dynamic Input icon on the status bar.
- Choose Settings. The drafting settings dialog opens on the Dynamic Input tab.
- Configure:
- Enable Pointer Input
- Enable Dimension Input
- Show Command Tooltips
- Measurement settings (absolute vs relative behavior)
- Click OK to save.
Via the command
- Type DSETTINGS and press Enter to open Drafting Settings, then switch to the Dynamic Input tab.
How to use Dynamic Input — step‑by‑step examples
Example 1 — Draw a line using length and angle
- Start the Line command (command: LINE or press L + Enter).
- Click the start point or pick a point with an osnap.
- Move the cursor in the desired direction. A length field appears near the cursor.
- Type the desired length (for example 150) then press Tab to move to the angle field.
- Type the angle (for example 45) and press Enter to place the endpoint.
Notes:
- Use @ prefix if you want a relative coordinate typed in the command line (e.g., @150<45) — Dynamic Input handles many of these automatically when Pointer Input is enabled.
Example 2 — Create a circle by radius
- Start the CIRCLE command (C + Enter).
- Click to set the center.
- Type the radius value in the dynamic radius field and press Enter.
Example 3 — Entering coordinates
- Start any command that accepts a point (e.g., Line).
- Type coordinate directly into the dynamic input field: absolute 100,200 or relative @50,25 then press Enter.
Alternative methods
- Use the command line directly (always available and useful for scripts or complex sequences).
- Enter coordinates with @x,y in the command line for relative distances.
- Use Properties palette for numeric edits after creating objects.
- Use grips to modify objects numerically (click a grip, type distance).
- Use direct distance entry with Polar Tracking and Ortho without dynamic tooltips — useful if you prefer a minimalist interface.
Common errors and how to fix them
Dynamic Input fields not visible
- Check DYNMODE value (use DYNMODE command). Ensure it’s 1 or 3 for pointer input.
- Toggle with F12 to ensure it’s enabled.
- Right‑click the status bar button and open Settings to ensure Show Command Tooltips or Pointer Input is enabled.
Dynamic Input shows wrong units
- Check drawing units (command UNITS) and ensure you are typing values in the expected unit system.
- Confirm Measurement settings in the Dynamic Input tab (absolute vs relative behavior).
Dynamic Input blocks cursor view or is too large
- Adjust the display scale in the Drafting Settings > Dynamic Input to reduce tooltip size or change pointer display.
- On high DPI displays, confirm AutoCAD display scaling or use Windows scaling settings.
Fields don’t accept input or Tab doesn’t cycle
- Ensure the command is active and the correct field has focus. Press Esc to cancel and restart the command.
- If the Tab key is mapped differently or keyboard layout causes issues, check your keyboard language settings.
Tips and best practices
- Keep Dynamic Input on for typical drafting tasks, but turn it off when you need an unobstructed view or use many custom command prompts.
- Combine Dynamic Input with Osnaps (F3), Polar Tracking (F10) and Ortho (F8) for precise geometry.
- Use Tab to move between fields (length, angle, coordinates).
- Press Enter to accept a value and continue the command.
- Use DYNMODE = 2 if you only want Dimension Input and prefer a hidden pointer prompt.
- Save preferred settings in a template (.dwt) so Dynamic Input behaves consistently across drawings.
FAQ
How do I restore Dynamic Input to default settings?
Open Drafting Settings (type DSETTINGS), go to the Dynamic Input tab and reset the options to default (enable pointer and command tooltips). You can also set DYNMODE to 3.
Will Dynamic Input work on multiple monitors?
Yes. Dynamic Input works across monitors. If the tooltip appears off-screen or in the wrong place, check Windows display scaling and AutoCAD’s display settings.
Can I use Dynamic Input for editing existing objects?
Yes — many editing commands (Move, Rotate, Stretch) show numeric fields next to the cursor so you can enter precise distances and angles while editing.
Why doesn’t Dynamic Input accept decimal separators correctly?
This usually comes from your Windows regional settings (decimal symbol). Ensure the decimal separator in Windows matches what you type in AutoCAD.
Is Dynamic Input available in AutoCAD LT and verticals (Civil 3D, Architecture)?
Yes. Dynamic Input is part of core AutoCAD functionality and is available in AutoCAD LT and most AutoCAD-based verticals.
How does Dynamic Input interact with Polar Tracking and Ortho?
They complement each other: Polar Tracking (F10) or Ortho (F8) constrain cursor movement; Dynamic Input still displays length or constrained angle values for numerical entry.
Can I disable only the command tooltips but keep pointer/dimension input?
Yes. Open Drafting Settings (right‑click the Dynamic Input icon > Settings) and uncheck Show Command Tooltips while leaving Pointer Input and Dimension Input enabled.
Does Dynamic Input affect performance?
Generally no. It is lightweight. If you experience lag, check graphics settings, hardware acceleration, and large drawing complexity first.
