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

  1. Open AutoCAD
  2. Go to Add-ins tab
  3. Click Import SKP File or type IMPORTSKP
  4. 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

  1. Go to File > Export > 3D Model
  2. Choose AutoCAD DWG or DXF
  3. 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:

  1. Export FBX from SketchUp
  2. Use FBXIMPORT in AutoCAD

Use Cases

  • Rendering workflows
  • Game assets
  • Material preservation

Mesh vs Solid (Why Your Geometry Behaves Differently)

TypeSketchUpAutoCAD
Geometry TypeMesh (polygons)Solid / Surface
Editable with UNION/SUBTRACTNoYes (solids only)
PrecisionVisual modelingEngineering precision

Key takeaway: Imported SketchUp geometry is mesh-based, which limits CAD operations until converted.


Technical Considerations and Limitations

AspectCritical Details
File VersionsSKP 2021+ requires AutoCAD 2022+
SystemNo support for SKP 2017+ on 32-bit systems
Scale IssuesInches → mm = 25.4 scale factor
Geometry TypeMesh, not solids
Cleanup RequiredCONVTOSOLID, MESHSMOOTH, OVERKILL
LayersSketchUp Tags = AutoCAD Layers
PerformanceHigh-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)

MethodQualitySpeedUse Case
IMPORTSKP PluginMediumFastQuick reference
DWG ExportHighMediumProduction
FBX WorkflowVariableSlowVisualization

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.

Similar Posts