Shortcuts

AutoCAD Ctrl+x Shortcut: Cut object

If you need to Move objects quickly in AutoCAD, the Ctrl+X shortcut cuts selected objects to the Windows clipboard so you can paste them elsewhere. This guide explains what the shortcut does, shows clear step-by-step usage, lists alternative methods, explains common problems and fixes, and gives practical tips for reliable results.


What is the CTRL+X shortcut?

The Ctrl+X shortcut in AutoCAD performs a Cut to clipboard operation. When you press Ctrl+X after selecting objects, AutoCAD:

  • removes the selected objects from the current drawing (they are erased from their original position), and
  • places a copy of those objects in the Windows clipboard so you can paste them into the same drawing or another drawing using Ctrl+V (Paste).

Use Ctrl+X when you want to move objects between drawings, between locations in the same drawing, or temporarily remove objects while preserving them to paste later.


How to use Ctrl+X (step-by-step)

Step 1 — Select the objects

  • Use the Left mouse click to pick single objects.
  • Use a window selection (left-to-right) or crossing selection (right-to-left) to select multiple objects.
  • You can also use selection tools like Lasso, Fence, or Quick Select.

Step 2 — Cut to clipboard

  • Press Ctrl+X on your keyboard.
  • Or right-click and choose Clipboard > Cut (if available), or use the ribbon: Home → Clipboard → Cut.
Read Also:  AutoCAD XL Shortcut : XLINE : Creates a line of infinite length

After cutting, the objects are removed from the drawing and placed on the clipboard.

Step 3 — Paste where you want

  • Open the target drawing or pan/zoom to the desired location.
  • Press Ctrl+V to paste (or use Paste on the ribbon).
  • Click to place the objects, or type coordinates to place them precisely.

Options, commands and useful variations

  • COPYCLIP — command to copy selected objects to clipboard without deleting originals (equivalent to Ctrl+C).
  • PASTECLIP — command to paste clipboard contents (equivalent to Ctrl+V).
  • COPYBASE — copy objects to the clipboard with a chosen base point so pasted objects align correctly. Useful when you need a known insertion point.
  • Ribbon: Home → Clipboard contains Cut, Copy, Paste tools.
  • Right-click menu: After selection, right-click to access cut/copy/paste options.
  • For precise placement between drawings, use COPYBASE in the source, then PASTECLIP in the target and click the original base point.

Note: Using MOVE (command) is often preferable to cut-and-paste when relocating objects inside the same drawing because Move preserves drawing relationships and is simpler for pure relocation.


Why Ctrl+X might not work — common problems & fixes

  • PICKFIRST is turned off

    • Symptom: selections are ignored before commands.
    • Fix: Set PICKFIRST to 1 (type PICKFIRST on the command line and enter 1).
  • Keyboard shortcut reassigned or disabled

    • Symptom: Ctrl+X does nothing or triggers another action.
    • Fix: Check CUI (Customize user interface) for keyboard shortcuts and restore the default or reassign Ctrl+X.
  • Focus is not on AutoCAD window

    • Symptom: Ctrl+X affects another program or nothing happens.
    • Fix: Click inside the drawing area to give AutoCAD focus or Alt+Tab back to AutoCAD.
  • An active command is blocking input

    • Symptom: Ctrl+X does not work while another command is running.
    • Fix: Cancel active command (Esc) before using Ctrl+X.
  • Objects are on a locked layer or protected

    • Symptom: Cannot cut or edit specific objects.
    • Fix: Unlock the layer or remove protection (use LAYER command to unlock).
  • Objects are part of an External reference (XREF) or a locked block

    • Symptom: Cannot cut objects that are XREFs or within locked blocks.
    • Fix: Detach/unload the XREF, or explode/copy the block into the drawing (if allowed) or edit inside the block definition.
  • Drawing file is read-only or the drawing is opened from a protected location

    • Symptom: Paste may fail or cut is blocked.
    • Fix: Save a writable copy, change file permissions, or save locally.
  • Clipboard is blocked by other software or Windows policies

    • Symptom: Cut appears successful but paste fails; clipboard empty.
    • Fix: Close interfering programs, check clipboard settings, or restart AutoCAD/Windows.
  • Corrupted AutoCAD profile or installation issue

    • Symptom: Several UI shortcuts and commands fail.
    • Fix: Reset AutoCAD profile or repair/reinstall AutoCAD.
  • Working inside specialized editors (block editor, sheet set, etc.)

    • Symptom: Cut behaves differently or cannot paste outside the editor.
    • Fix: Exit editor or copy/paste using commands designed for that environment.
Read Also:  AutoCAD RO Shortcut : ROTATE : Rotates Objects Around A Base Point

Alternatives to using Ctrl+X

  • Move (command) — Use the MOVE command for relocating objects inside the same drawing without using the clipboard.
  • COPYCLIP + ERASE — If Ctrl+X is unreliable, use Ctrl+C (COPYCLIP) then Delete or Erase the originals.
  • Drag with grips — Select an object, use a grip to drag it to a new location (works for quick local moves).
  • WBLOCK — Write selected objects to a separate DWG file, then insert that DWG into another drawing (good for transferring complex groups or maintaining a separate file).
  • Paste Special — Use Paste Special to control scale, source objects, or formats when moving between different programs or file formats.
  • Right-click / Ribbon Cut — Use the UI Cut controls if keyboard shortcuts are disabled.

Practical tips for reliable cutting and pasting

  • Use COPYBASE to set a clear base point before copying or cutting so you can place objects precisely when pasting.
  • Prefer MOVE for simple repositioning within the same drawing to avoid unnecessary clipboard use.
  • When moving data between drawings, open both drawings and use COPYBASE in the source + PASTECLIP in the target to maintain alignment.
  • If pasting into a drawing with different units, check your INSUNITS and scale accordingly.
  • Lock layers you don’t want changed and verify layers are unlocked before cutting content.
  • If you frequently move similar objects, create a block and insert it where needed rather than repeatedly cutting and pasting.
  • Keep AutoCAD and Windows clipboard healthy by restarting AutoCAD if copy/paste becomes erratic.

FAQ

Why can’t I cut objects that belong to an XREF?

Objects that come from an external reference (XREF) are read-only in the host drawing. To modify or cut them you must edit the source drawing (the referenced DWG) or detach/unload the XREF. Alternatively, you can bind the XREF (creates copies of the referenced objects in your drawing) and then edit them.

Read Also:  AutoCAD ML Shortcut : MLINE : Creates Multiple Parallel Lines

How do I paste an object at the same coordinates in another drawing?

Use COPYBASE in the source drawing to define a base point (for example 0,0 or a known point). Then open the target drawing and use PASTECLIP; when prompted, paste at the same coordinates by typing the coordinate values or use paste-to-original-coordinates options in the Edit menu (or use the same base point and specify coordinates on paste).

Ctrl+X removes objects but Ctrl+V pastes them in the wrong place — why?

This usually happens when a different base point, drawing origin, or units setting differs between drawings. Resolve by using COPYBASE to choose a clear insertion point, ensure consistent INSUNITS, or enter coordinates at paste.

Can I cut objects from a locked layer?

No. Objects on locked layers cannot be removed or edited. Unlock the layer (layer properties Manager) before cutting.

Ctrl+X does nothing — how do I restore the shortcut?

Check the CUI (Customize User Interface) to ensure Ctrl+X is assigned to the cut action. Also verify PICKFIRST is set to 1, AutoCAD has focus, and there is no conflicting program capturing the shortcut. If needed, reset your workspace or profile.

Is cutting objects better than moving them with the MOVE command?

For simple relocations inside the same drawing, use MOVE because it preserves object ownership and dependencies. Use Ctrl+X (cut) when you need to transfer objects to another drawing or to the clipboard.

Will cutting break block or attribute links?

Cutting and pasting can affect block definitions and attribute tags. If you paste a block into another drawing it becomes a new definition in that drawing; attributes may require reattachment or updating. Use blocks carefully when transferring between drawings.

How can I move objects between drawings while preserving layers and properties?

Use COPYBASE (or COPYCLIP) to copy objects and then PASTECLIP in the target drawing. Before pasting, ensure the destination drawing allows the same layer names and that layers exist or use the AutoCAD option to maintain source layer names on paste. Consider using WBLOCK to write selected objects to a DWG and then insert that DWG into the target.