.SKP

SKP File

SketchUp Document
Ask a question
QUICK ANSWER

An SKP file is a 3D model saved by SketchUp, a program now owned by Trimble (formerly @Last Software, then Google). The easiest free way to open one is SketchUp Free, a browser-based app that needs no install. If the file won't open, the most likely cause is a version mismatch - the file was saved in a newer SketchUp than you have.

Developer: Trimble (originally @Last Software, then Google) Category: 3D Image Files MIME: application/vnd.sketchup.skp
OPENS ON Windows macOS Web
Related: .DCM · .STEP · .STP · .MTL

On this page

19k+ extensions indexed
Last reviewed Jun 22, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the SKP file format?

A .skp file contains a 3D model or an element of such a model. This format is native to SketchUp software. .skp is a proprietary binary format whose specification has never been publicly released, though SketchUp SDK libraries and the C API are available to developers. Each model stored in a .skp file holds information about:

  • Points,
  • Edges and edge effects,
  • Shading,
  • Textures.

.skp files can also be used as containers to store separate models as components of a larger project. SketchUp was originally developed by @Last Software in 2000. The company was then acquired by Google in 2006; Google engineers added the ability to use .skp models inside Google Earth. Since 2012 SketchUp has been owned by Trimble Inc. SketchUp was conceived as a general-purpose 3D modelling application for commercial use, but it was quickly embraced by professionals working in architecture, interior design, engineering, and game development. Current SketchUp editions include:

  • Pro - the full desktop version for professionals, with support for additional formats and plugins,
  • Go - a web-based subscription tier for individual creators working on real-life projects,
  • Free - a free web-only version with limited functionality, available since late 2017,
  • Make - a free desktop version released in 2017, now discontinued.

The internal structure of a .skp file is version-specific; files written by a newer release of SketchUp cannot be opened by older versions. Creating, viewing, and editing .skp files is possible through the SketchUp C API and its built-in Ruby scripting environment. Files containing a backup copy of a .skp project use the .skb extension. Trimble also maintains the 3D Warehouse, an online library where users can share and download .skp models for reuse in their own projects.

Security & safety

RISK: LOW

An .skp is a data file (a 3D model), not a program, so opening one is generally safe. The one caveat: SketchUp models can carry extensions/dynamic-component scripts and you may be prompted about embedded content - only open .skp files and install SketchUp extensions from sources you trust (e.g. the official 3D Warehouse and Extension Warehouse). As with any complex parser, keep SketchUp updated, and beware look-alike "free SketchUp download" sites - get it from sketchup.com.

Format details

in a nutshell
FULL NAMESketchUp Document
DEVELOPERTrimble (originally @Last Software, then Google)since 2000 (SketchUp 1.0 by @Last Software)
MIME TYPEapplication/vnd.sketchup.skp
TYPEProprietary binary 3D model file (version-specific)
MAGIC BYTES · FILE SIGNATURE
OFFSET
0001020304050607
HEX
FFFEFF0E53006B00
ASCII
····S·k·
.skp has no single stable public magic number - the binary header changes between file versions. Recent files commonly begin with FF FE FF 0E followed by the UTF-16LE string "SketchUp Model"; tools identify .skp by this version string rather than a fixed signature. Treat the signature as version-dependent (confidence medium on exact bytes).

Programs that open SKP files

Windows4 apps
TurboCAD Paid Import the .skp into TurboCAD for CAD workflows (import fidelity varies by version).
SketchUp (Pro / desktop) Paid File → Open the .skp. If it won't open, the file is from a newer version - ask the sender to 'Save As' an older version, or use SketchUp Free.
SketchUp Free (web) Freemium Sign in at the web app, click Open, and upload the .skp - opens and edits in the browser with no install.
SketchUp Viewer Free Open the .skp to view/orbit the model without editing - for people who don't model.
macOS2 apps
SketchUp (Pro / desktop) Paid File → Open the .skp; save down to an older version if a collaborator needs it.
SketchUp Free (web) Freemium Upload the .skp in the browser app - works on Mac with no install.
Web1 app
SketchUp Free Freemium The official browser-based SketchUp; open and edit .skp files directly, export to STL/PNG.

Technical details

deep spec
MIME typeapplication/vnd.sketchup.skp
Format typeProprietary binary, version-specific 3D model file
File headerUTF-16LE string "SketchUp Model" near the start of the file; no single stable public magic number - header bytes vary between format versions
Coordinate systemRight-handed, Z-up axis orientation
Default unitInches; configurable per model to metric or other imperial units
Geometry representationBoundary representation (B-rep): planar faces, edges, and vertices; all faces must remain planar
Component systemReusable component definitions with multiple placed instances; components can be nested inside other components
Embedded texturesPNG and JPEG image data stored directly inside the .skp binary file
Material systemNamed materials with color, texture map, opacity, and reflectivity properties applied per face
Layer / tag systemNamed visibility layers - renamed to "Tags" in SketchUp 2020 - for organizing and toggling geometry groups
Version compatibilityEach major SketchUp release writes a new format revision; files saved by a newer version cannot be opened by older releases without format conversion
Scripting / APISketchUp C API and Ruby API provide programmatic read/write access to .skp geometry, entities, and attributes
Scene animationCamera-position "Scenes" record multiple viewpoints and can animate transitions between them for walkthroughs
Backup formatAutomatic backup copies of a project are saved alongside the main file using the .skb extension
Released2000 (SketchUp 1.0 by @Last Software)
Specificationdeveloper.sketchup.com

SKP conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with SKP files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about SKP files.

Frequently asked questions

How do I open an SKP file for free?
Use SketchUp Free, the official browser-based version - sign in, upload the .skp, and it opens with no install. For viewing only, the free SketchUp Viewer also opens .skp without editing.
Why won't my SKP file open?
Almost always a version mismatch: the file was saved in a newer SketchUp than yours, which older versions can't read. Ask the sender to use File → Save As and pick an older SketchUp version, or open it in SketchUp Free, which stays current.
How do I convert an SKP to STL for 3D printing?
In SketchUp use File → Export → STL (available in SketchUp Free and Pro). Make the model a solid group first so your slicer accepts it. STL is the standard 3D-printing format.
How do I get an SKP into Blender?
Export from SketchUp Pro to OBJ, DAE or FBX and import that into Blender. SketchUp Free can only export STL of these, so export STL or use a converter if you don't have Pro.
What program makes SKP files?
SketchUp, a 3D modeling app now owned by Trimble (formerly @Last Software, then Google). Every model you save in SketchUp is an .skp.
Can I open an SKP without SketchUp?
Yes - some CAD/3D tools (e.g. TurboCAD, or Blender/3ds Max via plugins) can import .skp, though fidelity varies. For just viewing, the free SketchUp Viewer or SketchUp Free in a browser is easiest.

References

1SketchUp (Trimble) - official sitewww.sketchup.com
2SketchUp Free - browser-based 3D modelerwww.sketchup.com

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.PARTPartial Download File
4.BINCD/DVD Disc Image (BIN/CUE)
5.RPMSGRestricted Permission Message
6.MDMarkdown Document
7.NOMEDIAAndroid No-Media Marker File
8.EXEWindows Executable (Portable Executable)
9.PRO6XProPresenter 6 Bundle File
10.PRDXSoftMaker Presentations Document

Related extensions

.DCMDICOM Medical Image
.STEPSTEP - Standard for the Exchange of Product Data (ISO 10303)
.STPSTEP - Standard for the Exchange of Product Data (ISO 10303), .stp spelling
.MTLMaterial Template Library (Wavefront)
.MAX3ds Max Scene File (Autodesk 3ds Max)
.OBJWavefront OBJ (3D geometry)

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z