Shortcuts

AutoCAD Ctrl+y Shortcut: Redo last action

If you’re looking for a clear, step‑by‑step guide to using the Ctrl+Y shortcut in AutoCAD, this article explains what the shortcut does, how to use it, common reasons it may not work, alternative methods to redo actions, troubleshooting steps, and practical tips to avoid problems.


What is the CTRL+Y shortcut?

Ctrl+Y in AutoCAD is the default keyboard shortcut for Redo — it reapplies the last action that was undone. In other words, if you used Undo (for example Ctrl+Z or the UNDO command) to revert a change, pressing Ctrl+Y will redo that change.

Key points:

  • Ctrl+Y = Redo (reapplies the most recently undone action).
  • The equivalent command name is REDO (you can type REDO on the command line).
  • You can press Ctrl+Y repeatedly to redo multiple steps, as long as those steps are available in the undo history.

How to use Ctrl+Y (Step by step)

Basic step-by-step usage

  1. Make one or more edits in your drawing (for example: draw a line, move an object, erase an object).
  2. Undo an action using Ctrl+Z or the UNDO command.
  3. To restore the undone action, press Ctrl+Y once. The most recently undone change will be reapplied.
  4. Press Ctrl+Y repeatedly to redo several undone steps in order, if multiple undos were performed.
Read Also:  AutoCAD AP Shortcut : APPLOAD : Load Application

Example workflow

  • Draw a rectangle.
  • Delete the rectangle with the ERASE command.
  • Press Ctrl+Z — the rectangle reappears (Undo).
  • Press Ctrl+Y — the rectangle is erased again (Redo).

Using the command line

  • Type REDO and press Enter to perform the same action as Ctrl+Y.
  • If you prefer typed commands, you can repeat REDO multiple times to step forward through the undo history.

Using the ribbon / toolbar

  • Use the Undo/Redo buttons located in the Quick Access Toolbar or on the ribbon (depending on your workspace).
  • Click the Redo button (↻) to redo the last undone action.

Alternative methods to redo actions

  • Type REDO on the command line (equivalent to Ctrl+Y).
  • Use the Redo button in the Quick Access Toolbar or on the ribbon.
  • Use a custom keyboard shortcut: open CUI (Customize user interface) and assign a different key combination or macro to the REDO command if you prefer.
  • If you use external macros or scripts, implement a macro that runs the REDO command.

Why Ctrl+Y may not work (common reasons) — Errors & fixes

Below are common causes when Ctrl+Y doesn’t behave as expected, with practical fixes.

  1. Keyboard focus is not in AutoCAD drawing area

    • Problem: If a text editor, search box, or another dialog has focus, shortcuts like Ctrl+Y may be intercepted.
    • Fix: Click in the drawing area or press Esc to clear active command/dialog, then try Ctrl+Y again.
  2. The shortcut has been reassigned or removed in CUI

    • Problem: A customized workspace or imported CUIX may have changed keyboard shortcuts.
    • Fix: Open CUI → expand Keyboard ShortcutsShortcut Keys → search for Ctrl+Y and ensure it’s mapped to the REDO command. Restore defaults or reassign as needed.
  3. Undo/Redo information has been disabled or cleared

    • Problem: Some scripts, LISP routines, or system settings can clear undo history or disable undo storage.
    • Fix: Ensure undo is enabled. Avoid running scripts that clear the undo stack. If a setting or routine disables undo, adjust or remove it. If the undo history is cleared, previous actions cannot be redone.
  4. The action you want to redo is not undoable

    • Problem: Certain operations (like changes made by external applications, or some system operations) may be non‑undoable and thus cannot be redone.
    • Fix: Be aware which commands are undoable. For critical operations, create a copy or save a version before running non‑reversible commands.
  5. AutoCAD profile or CUI corruption

    • Problem: Corrupt profiles or CUI files can cause unexpected behavior for shortcuts.
    • Fix: Reset the AutoCAD profile to default via OPTIONS > Profiles, or use CUIIMPORT to restore default menu/shortcut settings. Save and restart AutoCAD.
  6. External keyboard or OS-level shortcuts conflict

    • Problem: OS utilities, third‑party keyboard software, or language/input methods may capture Ctrl combinations.
    • Fix: Temporarily disable conflicting utilities or change their key assignments. Test with another keyboard to rule out hardware issues.
  7. Shortcut works intermittently due to active command grouping

    • Problem: Some commands execute many sub‑operations that AutoCAD groups into a single undo step; redoing may seem to jump multiple changes at once.
    • Fix: Understand that grouped operations will be undone/redone as one unit. Use UNDO options (like Mark / Back / Step) if you need finer control.
Read Also:  AutoCAD Ctrl+Page Up Shortcut: Switch to previous tab in current drawing

Troubleshooting checklist (quick fixes)

  • Press Esc to cancel active commands, then try Ctrl+Y.
  • Click in the drawing area to restore keyboard focus.
  • Type REDO on the command line — if that works, the issue is likely a shortcut mapping problem.
  • Open CUI and verify Ctrl+Y is assigned to REDO.
  • Reset the workspace/profile to default if customizations appear broken.
  • Restart AutoCAD and, if needed, your computer.
  • Test with a simple drawing to check if undo/redo functions in a new file (helps identify file-specific issues).
  • Disable third-party add-ons temporarily to isolate conflicts.

Tips and best practices

  • Use Ctrl+Z (Undo) and Ctrl+Y (Redo) frequently during editing to reverse mistakes quickly.
  • Save versions of complex drawings (incremental save like filename_v1.dwg, v2.dwg) before large operations — some operations are not undoable after a long sequence.
  • Customize CUI to create shortcuts you find comfortable, but keep common defaults to avoid losing muscle memory.
  • Use UNDO MARK and UNDO RESTORE (via the command line) in complex scripting or LISP-driven workflows to control undo groups.
  • If you collaborate on drawings, be mindful that certain network or external changes may affect undo history.

FAQ

How do I redo multiple steps at once?

You can press Ctrl+Y repeatedly to redo successive undone steps. Alternatively, use the REDO command repeatedly. Note that AutoCAD may group several small edits into a single undo step, so the number of redoable steps may not match the number of visible edits.

Can I reassign Ctrl+Y to another key if I want?

Yes. Open CUI (Customize User Interface), go to Keyboard Shortcuts → Shortcut Keys, create or edit a shortcut, and assign the desired key combination to the REDO command or any other command.

Read Also:  AutoCAD GEO Shortcut : GEOGRAPHICLOCATION : Specifies The Geographic Location Information For A Drawing File

Why does Ctrl+Y undo instead of redo in my setup?

If Ctrl+Y behaves like Undo, the shortcut mappings may be corrupted or swapped. Check CUI to see the current assignment. Resetting the profile or reimporting the default CUIX usually restores correct behavior.

Does AutoCAD have an undo history I can view?

AutoCAD does not provide a dedicated visual undo stack window by default. You can use UNDO command options (Mark and Restore) to create and return to marks in the undo history. For more complex tracking, consider external versioning (save incremental file copies).

Why won’t Ctrl+Y redo an action that I just undid?

Possible reasons: the action was non‑undoable, the undo history was cleared (by a script or system action), or the undo steps were grouped differently. Check whether the action type supports undo and whether any routines cleared the undo stack.

Is there a way to redo from a script or LISP?

Yes. From a script or LISP routine you can execute the REDO command programmatically. Be aware that some routines change or suspend undo behavior; ensure your routine preserves undo information if you expect redo to be available.