How to Fix AutoCAD Copy Selection Inserting at Wrong Coordinates
If AutoCAD places copied objects at the wrong coordinates, the cause is usually one of the following:
- Incorrect base point
- Different UCS settings
- Modified INSBASE values
- Object snaps affecting placement
- Drawing corruption
- Extreme coordinates
- Block insertion point problems
- Invisible geometry caused by layer settings
In most situations, the fastest solution is either:
- Ctrl + C + PASTEORIG for original coordinates
- COPYBASE + Ctrl + V for controlled placement
This guide covers every common cause, from simple UCS issues to corrupted drawing databases.
Quick Diagnostic Table
| Problem | Most Likely Cause | Solution |
|---|---|---|
| Objects paste far away | UCS mismatch | Reset UCS to World |
| Objects paste with wrong scale | INSUNITS mismatch | Match INSUNITS |
| Objects paste slightly off target | OSNAP interference | Disable OSNAP temporarily |
| Objects paste rotated | UCS or DVIEW twist | Reset UCS and view rotation |
| Objects disappear after paste | Extreme coordinates | Zoom Extents |
| Objects seem missing after paste | Frozen or off layers | Check layer status |
| Only one block pastes incorrectly | Bad block base point | Check BEDIT |
| Objects shift between software products | Proxy objects | Enable PROXYGRAPHICS |
| Random placement | Drawing corruption | AUDIT, PURGE, WBLOCK |
Understand the Difference Between COPYCLIP, COPYBASE, and PASTEORIG
These commands do not behave the same way.
| Command | Function |
|---|---|
| COPYCLIP (Ctrl+C) | Copies objects using an automatic base point |
| COPYBASE (Ctrl+Shift+C) | Copies objects using a user-defined base point |
| PASTECLIP (Ctrl+V) | Standard paste operation |
| PASTEORIG | Pastes objects at their original coordinates |
Recommended Combinations
Original Coordinates
Ctrl + C
PASTEORIG
AutoCAD uses the original WCS coordinates from the source drawing.
Controlled Placement
COPYBASE
Ctrl + V
You select the base point and insertion point manually.
Note: When using PASTEORIG, AutoCAD ignores any base point specified during COPYBASE. The command uses the original coordinates stored in the source drawing.
Method 1: Use COPYBASE for Precise Placement
Standard copy operations often use a base point that is not obvious to the user.
Step 1
Select the objects you want to copy.
Step 2
Press:
Ctrl + Shift + C
or type:
COPYBASE
Step 3
Specify a precise base point.
Examples:
0,0,0
or a known corner, grid intersection, benchmark, or survey point.
Step 4
Open the destination drawing.
Step 5
Paste the objects:
Ctrl + V
Step 6
Specify the desired insertion coordinate.
Example:
0,0,0
or any known target location.
Method 2: Use PASTEORIG for Exact Coordinate Transfer
When both drawings share the same coordinate framework, this is often the most accurate method.
Step 1
Copy the objects:
Ctrl + C
Step 2
Open the destination drawing.
Step 3
Type:
PASTEORIG
Step 4
Press Enter.
AutoCAD inserts the objects at their original coordinates.
Step 5
If you cannot find the objects, run:
Z
then:
E
for Zoom Extents.
Method 3: Reset Both Drawings to the World Coordinate System
A rotated or shifted UCS frequently causes coordinate problems.
Step 1
In the source drawing, type:
UCS
Then:
W
Step 2
Reset the view:
PLAN
Then:
W
Step 3
Repeat the same procedure in the destination drawing.
Step 4
Test the copy and paste operation again.
Method 4: Disable Object Snaps Temporarily
Object snaps can pull your insertion point toward nearby geometry without you noticing.
Step 1
Disable Object Snaps:
F3
Step 2
Copy the objects.
Step 3
Paste the objects and enter coordinates directly if needed.
Example:
0,0,0
Step 4
If Dynamic Input causes unexpected cursor movement, temporarily disable it:
F12
Step 5
Re-enable Object Snaps:
F3
Method 5: Verify INSUNITS
Different insertion units can create scaling problems during paste operations.
Step 1
In the source drawing:
INSUNITS
Record the value.
Step 2
In the destination drawing:
INSUNITS
Record the value.
Step 3
Ensure both values match.
Common settings:
| Value | Unit |
|---|---|
| 0 | Unitless |
| 1 | Inches |
| 4 | Millimeters |
| 6 | Meters |
Method 6: Verify INSBASE
Many users never check INSBASE.
A modified insertion base can offset pasted geometry.
Step 1
Type:
INSBASE
Step 2
Check the displayed coordinate.
For most projects:
0,0,0
is preferred.
Step 3
Repeat in both source and destination drawings.
Step 4
Reset if necessary.
Method 7: Check for Extreme Coordinates
Very large coordinate values can cause strange behavior.
This is common in:
- GIS data
- Survey drawings
- Civil engineering projects
- Imported CAD files
Step 1
Select a known object.
Step 2
Type:
ID
or:
LIST
Step 3
Review the coordinates.
Example:
X = 12500000
Y = 8750000
Large values can affect display accuracy and insertion behavior.
Step 4
If practical, move geometry closer to the drawing origin.
Method 8: Reset View Rotation
Sometimes the objects are inserted correctly and only appear misplaced because the view is rotated.
Step 1
Type:
DVIEW
Step 2
Select any object.
Step 3
Choose:
TWIST
Step 4
Enter:
0
Step 5
Press Enter.
Method 9: Verify UCSFOLLOW
Automatic view rotation can create the impression that objects are being pasted incorrectly.
Step 1
Type:
UCSFOLLOW
Step 2
Verify the value.
Recommended:
0
Method 10: Check Layer Visibility
Many users believe the pasted objects landed in the wrong place when they are actually hidden.
Step 1
Open Layer Properties Manager.
Step 2
Verify that the destination layers are not:
- Frozen
- Off
- Locked with faded display settings
- VP Frozen in the current viewport
Step 3
Pay special attention to:
- Layer 0
- Reference layers
- Imported layers
Step 4
Run:
LAYON
if necessary.
Step 5
Zoom Extents and verify the objects exist.
Method 11: Inspect Block Base Points
If the problem only affects a specific block, the block definition may be responsible.
A block can contain geometry located far from its internal insertion point.
Step 1
Type:
BEDIT
Step 2
Open the affected block.
Step 3
Locate the block base point.
Step 4
Verify that the base point is positioned logically relative to the geometry.
Step 5
Correct the block if necessary and save the changes.
Method 12: Check Proxy Objects
Objects originating from AutoCAD Architecture, Civil 3D, Plant 3D, or third-party applications may not behave correctly when copied between drawings.
Step 1
In the source drawing, type:
PROXYGRAPHICS
Step 2
Set the value to:
1
Step 3
Save the drawing.
Step 4
Retry the copy and paste operation.
This allows proxy representations to be stored in the drawing file.
Method 13: Repair Drawing Corruption
Corruption inside the drawing database can affect copy and paste operations.
Step 1
Run:
AUDIT
Step 2
Answer:
Y
to repair detected errors.
Step 3
Run:
PURGE
Step 4
Choose:
Purge All
and enable all available options.
Step 5
Remove Regapps manually.
Type:
-PURGE
Then enter:
R
Then:
*
Then:
N
Step 6
If available in your AutoCAD version, run:
DRAWCLEAN
to remove unnecessary drawing data automatically.
Method 14: Export Objects Using WBLOCK
If corruption remains, export only the required geometry into a new file.
Step 1
Type:
WBLOCK
Step 2
Select:
Objects
Step 3
Choose only the valid project geometry.
Avoid:
Entire Drawing
when corruption is suspected.
Step 4
Save the new file.
Step 5
Open the exported drawing.
Step 6
Test copy and paste again.
This creates a clean drawing database and eliminates many hidden problems.
When Objects Paste Thousands of Miles Away
If the objects appear to disappear immediately after insertion:
Step 1
Run:
Z
Then:
E
Step 2
Locate the pasted objects.
Step 3
Check:
- UCS settings
- INSBASE values
- Survey coordinates
- GIS coordinates
- Imported geometry
- Large coordinate values
In most cases, the objects are present but located outside the current view.
When Copy and Paste Fails Between Drawings
Work through the following checklist:
- Run AUDIT
- Run PURGE
- Remove Regapps
- Verify UCS
- Verify INSBASE
- Verify INSUNITS
- Check layers
- Check proxy objects
- Test using PASTEORIG
- Test using COPYBASE
If the issue persists, create a clean file using WBLOCK.
When Objects Paste in the Wrong Place Within the Same Drawing
Focus on the following:
- OSNAP
- Dynamic Input
- UCS
- INSBASE
- Corruption
- Block base points
Use this sequence:
UCS
W
PLAN
W
INSBASE
0,0,0
AUDIT
PURGE
Then test again.
FAQ
Why does AutoCAD paste objects far away?
The most common causes are different UCS settings, modified INSBASE values, and extreme coordinates.
What does PASTEORIG do?
It places copied objects at their original coordinates from the source drawing.
Should I use COPYBASE or PASTEORIG?
Use PASTEORIG when you want the original coordinates. Use COPYBASE when you want to control the insertion point manually.
Why do copied objects disappear after pasting?
They may be located outside the current view, placed on frozen layers, or inserted at extreme coordinates.
Why does only one block paste incorrectly?
The block may contain an incorrect internal base point. Check the block definition using BEDIT.
Can Civil 3D or AutoCAD Architecture objects affect copy and paste?
Yes. Proxy objects sometimes lose behavior or display information when the originating application is not installed. Setting PROXYGRAPHICS = 1 often helps.
How do I reset insertion coordinates?
Verify:
INSBASE
and reset it to:
0,0,0
Then reset UCS:
UCS
W
and:
PLAN
W
