Complete Guide: Importing SketchUp (.SKP) Files into AutoCAD (Convert SKP to DWG)
Importing a SketchUp (.SKP) file into AutoCAD is not always straightforward. Compatibility issues, mesh geometry, and unit mismatches can quickly break your workflow if the wrong method is used.
This guide covers all professional workflows to import SKP into AutoCAD, convert SKP to DWG, and clean geometry for production use, based on real project conditions.
Quick Answer (Best Method Summary)
If you need a fast decision:
- Best overall quality: Export DWG from SketchUp Pro
- Fastest workflow: Use SketchUp Import plugin (IMPORTSKP)
- For textured models: Use FBX workflow
- For AutoCAD LT users: DWG export is the only reliable method
Method 1: Using the SketchUp Import Plugin (AutoCAD SketchUp Plugin)
This is the most direct way to import SKP into AutoCAD without conversion.
Compatibility: AutoCAD full versions (2016–2027) Not supported: AutoCAD LT (no ARX/DBX plugin support)
Installation
Download the plugin from Autodesk App Store: https://apps.autodesk.com/
Search for “SketchUp Import”.
Procedure
- Open AutoCAD
- Go to Add-ins tab
- Click Import SKP File or type IMPORTSKP
- Select your .skp file
The model is inserted as a block reference.
Technical Notes
- Geometry is imported as mesh
- Can generate heavy files
- Materials often degrade or are lost
Method 2: Export DWG/DXF from SketchUp Pro (Convert SKP to DWG – Best Practice)
This is the most reliable workflow for clean AutoCAD geometry.
Procedure in SketchUp
- Go to File > Export > 3D Model
- Choose AutoCAD DWG or DXF
- Click Options
- Select correct AutoCAD version
- Enable Faces
- Disable Edges if you want to avoid duplicate lines
Important Tip (Edges Issue)
If Edges are enabled, AutoCAD will create duplicate lines on every face, increasing file size and cleanup time.
In AutoCAD
Open the DWG file directly.
Why this method works best
- Cleaner geometry
- Better layer structure
- Easier cleanup using:
- OVERKILL
- PURGE
Method 3: Alternative Workflows (Compatibility & Advanced Cases)
Native IMPORT Command (Limited Use)
You can type IMPORT and select .SKP, but:
- Native SKP import was not updated after AutoCAD 2019–2020
- For AutoCAD 2022+, plugin is required for newer SKP files
Autodesk Viewer / Conversion Tools
Use Autodesk’s official tools via your account: https://www.autodesk.com/
These tools replace older standalone utilities and allow:
- File validation
- Format conversion
- Version compatibility checks
FBX / OBJ Workflow (Advanced Cases)
Use this when working with materials or visualization models.
Workflow:
- Export FBX from SketchUp
- Use FBXIMPORT in AutoCAD
Use Cases
- Rendering workflows
- Game assets
- Material preservation
Mesh vs Solid (Why Your Geometry Behaves Differently)
| Type | SketchUp | AutoCAD |
|---|---|---|
| Geometry Type | Mesh (polygons) | Solid / Surface |
| Editable with UNION/SUBTRACT | No | Yes (solids only) |
| Precision | Visual modeling | Engineering precision |
Key takeaway: Imported SketchUp geometry is mesh-based, which limits CAD operations until converted.
Technical Considerations and Limitations
| Aspect | Critical Details |
|---|---|
| File Versions | SKP 2021+ requires AutoCAD 2022+ |
| System | No support for SKP 2017+ on 32-bit systems |
| Scale Issues | Inches → mm = 25.4 scale factor |
| Geometry Type | Mesh, not solids |
| Cleanup Required | CONVTOSOLID, MESHSMOOTH, OVERKILL |
| Layers | SketchUp Tags = AutoCAD Layers |
| Performance | High-poly models slow AutoCAD |
Common Problems and Fixes
Heavy mesh model
- Reduce polygons in SketchUp
- Try CONVTOSOLID (limited success)
Wrong scale
- Check units before import
- Use SCALE
Broken or missing faces
- Fix reversed faces in SketchUp
- Ensure Faces export is enabled
Too many layers
- Purge in SketchUp
- Use PURGE in AutoCAD
Import failure
- Check SKP version
- Save to older SketchUp version
Checklist Before Importing SKP into AutoCAD
- Verify units
- Purge SketchUp file
- Reduce geometry complexity
- Fix reversed faces
- Choose correct DWG version
- Move model to 0,0,0 origin
- Remove large coordinates to avoid display jitter issues in AutoCAD
- Keep geometry close to origin for stability
Post-Import Cleanup (Critical Step)
After import, run:
- OVERKILL → remove duplicate lines
- PURGE → clean unused data
- CONVTOSOLID → convert mesh (if possible)
For 2D workflows
Use FLATTEN (Express Tools) to remove unwanted Z values from SketchUp models.
Method Comparison (Quick Decision Table)
| Method | Quality | Speed | Use Case |
|---|---|---|---|
| IMPORTSKP Plugin | Medium | Fast | Quick reference |
| DWG Export | High | Medium | Production |
| FBX Workflow | Variable | Slow | Visualization |
Practical Use Cases
- Architecture: Extract plans from SketchUp into AutoCAD
- BIM coordination: Clean and align geometry
- Engineering detailing: Convert concept models into CAD drawings
Expert Recommendation
For any production or client deliverable:
- Use DWG export from SketchUp Pro
- Clean with OVERKILL and PURGE
- Avoid direct SKP import for final drawings
For AutoCAD LT users, this is not optional. Since LT does not support plugins, DWG export is the only viable workflow.
FAQ: Importing SketchUp Files into AutoCAD
Can AutoCAD open SKP files directly?
Yes, using IMPORTSKP or plugin, depending on version.
Why is my SKP file not importing?
- Version mismatch
- File too heavy
- Geometry issues
What is the best way to convert SKP to DWG?
Use SketchUp Pro export to DWG.
Can I convert SKP to DWG for free?
Not reliably. Requires:
- SketchUp Pro
- Or external tools (limited quality)
Why is geometry messy after import?
Because SketchUp uses mesh geometry, not CAD solids.
Do materials transfer from SketchUp to AutoCAD?
Partially. Best preserved via FBX workflow.
What AutoCAD version supports SKP files?
Newer SKP files require recent AutoCAD versions or plugin support.
Why is AutoCAD slow after import?
- High polygon count
- Dense mesh geometry
Why can’t I use UNION or SUBTRACT?
Because the model is mesh, not solid. Convert first if possible.
Field Note
Treat SketchUp models as input geometry, not final CAD data. Clean input = less time fixing geometry later.
