USD/USDZ File Format: What It Is and How to Use It

VNTANA Blogs USD/USDZ File Format: What It Is and How to Use It

USDZ is the 3D file format behind almost every augmented reality experience on an iPhone or iPad.

Tap a product in Safari, watch it drop into your living room at true scale, and you’ve opened a USDZ file. Apple built the format for that exact moment, and it’s now a default for 3D commerce, AR, and product visualization.

This guide covers what USDZ is, how it works, how it compares to other formats, how to convert USDZ to OBJ, and how to use it across a real product catalog.

Key Takeaways (TL;DR)

  • What USDZ is: USDZ (Universal Scene Description Zip) is a single, uncompressed ZIP archive that bundles a 3D model’s geometry, materials, textures, and animation into one .usdz file.
  • Who made it: Pixar created the underlying USD format, and Apple launched USDZ with iOS 12 in 2018 to power augmented reality across its apps.
  • What it’s for: AR Quick Look on Apple devices, 3D product pages, and previewing furniture, equipment, and fixtures at true scale before purchase.
  • USDZ vs GLB: USDZ is Apple’s AR format; GLB is the cross-platform web standard. Most teams generate both from one source model.
  • Converting USDZ to OBJ: You can convert USDZ to OBJ with Reality Converter, Blender, or USD command-line tools, but OBJ drops animation and PBR materials.
  • The real challenge: Making one USDZ file is simple. Producing optimized, AR-ready USDZ files for thousands of products, then publishing them everywhere customers are, is where most teams get stuck.

Table of Contents

  • USDZ at a Glance
  • What Is a USDZ File?
  • How Does the USDZ File Format Work?
  • What Is a USD File? (And How It Differs from USDZ)
  • What Is USDZ Used For?
  • USDZ vs Other 3D File Formats
  • How to Create and Open USDZ Files
  • How to Add USDZ to a Website for AR
  • How to Convert USDZ to OBJ and Other Formats
  • USDZ Advantages and Limitations
  • Common USDZ Problems and How to Fix Them
  • How to Use USDZ at Scale
  • Everything You Need to Know About USDZ
  • Get Started with VNTANA
  • FAQs About USDZ

USDZ at a Glance

Here’s the short version before the detail. USDZ packs a complete 3D scene into one file that Apple devices can open in AR with no app download.

Attribute Detail
Full name Universal Scene Description Zip
Developer Pixar (USD), with Apple’s AR extensions
Released 2018, alongside iOS 12
File extension .usdz
Type Uncompressed ZIP archive, read-only
Bundles Geometry, PBR materials, textures, animation, audio
Best for AR Quick Look, 3D eCommerce, product visualization
Opens on iPhone, iPad, Mac, Apple Vision Pro
Common conversions OBJ, GLB, glTF, FBX, USD

What Is a USDZ File?

A USDZ file is a single, uncompressed ZIP archive that holds everything a 3D model needs in one place: geometry, materials, textures, and animation. Instead of shipping a folder of loose assets, you ship one .usdz file that carries the whole scene.

The format comes from Pixar’s Universal Scene Description, the same technology used in film production. The Library of Congress describes USDZ as an uncompressed, unencrypted ZIP archive that contains and proxies for files of other formats embedded within it.

A USDZ file is read-only by design. To change what’s inside, you unzip the package, edit the parts, and repackage them. That trade keeps the file fast to load and easy to share, which is exactly what augmented reality needs.

How Does the USDZ File Format Work?

USDZ works by wrapping a USD scene and its supporting assets into one ordered archive. The Z stands for zipped, but nothing is compressed; the files are laid out in a strict order so a device can read them straight from memory.

The first file in the package is always a native USD file. Everything else, like textures and audio, follows after it.

What’s inside a USDZ file

  • USD scene file: A USDA (human-readable text) or USDC (compact binary) file that defines the model, materials, and animation.
  • Image textures: PNG and JPEG files for color, normal, roughness, metallic, and other material maps.
  • Audio: Optional M4A, MP3, or WAV files for interactive or spatial experiences.

Files in the archive sit on a 64-byte alignment so an AR engine can memory-map them and render fast without unzipping first. That layout is the quiet reason a USDZ file pops into AR almost instantly when you tap it.

What Is a USD File? (And How It Differs from USDZ)

USD, short for Universal Scene Description, is the open-source framework Pixar created to describe, assemble, and exchange complete 3D scenes. It’s the technology USDZ is built on, but the two are not the same thing. USD is the editable source format that 3D artists and engineers work in, while USDZ is the zipped, read-only package you hand to a device for AR. Think of USD as the working file and USDZ as the sealed delivery wrapper around it.

The distinction comes down to what each one is for. USD, along with its USDA and USDC variants, is a full scene-description framework you can open, edit, and reference across tools. USDZ takes a finished USD scene and its textures and audio and bundles them into a single .usdz archive optimized for fast, read-only playback. You author in USD and export to USDZ, much the same way you would edit a document and export a PDF.

USD matters well beyond Apple AR. Now developed as OpenUSD and governed by the Alliance for OpenUSD (AOUSD), it has become the standard for 3D, simulation, and physical-AI pipelines. NVIDIA’s Omniverse platform is built on OpenUSD, and it serves as the backbone for digital twins, robotics simulation, and the synthetic data used to train AI models. That is why USD, not just USDZ, is increasingly the format teams standardize on for interoperable 3D.

For teams producing 3D at scale, this is why the source format matters. VNTANA converts native CAD into USD, USDZ, and GLB from one model, so you keep an editable USD source for AI and simulation pipelines while still shipping AR-ready USDZ to every product page.

USD vs USDA, USDC, and USDZ

The USD family trips a lot of people up, so here’s the quick map. USD is the underlying framework, and the others are file types that live within it.

Format What it is Editable
USD Pixar’s scene description framework and the generic file extension Yes
USDA The human-readable text version of a USD file Yes
USDC The compact binary version of a USD file Yes, in USD tools
USDZ A zipped, read-only package bundling a USD file with its textures and audio No, unzip first

So a USDZ file is the delivery wrapper, and the USD, USDA, or USDC file inside is the actual scene. When someone says they have a USD file, they usually mean an editable source; a USDZ file is what you hand to a device for AR.

What Is USDZ Used For?

USDZ exists to put 3D objects in front of people in augmented reality, with no friction and no separate app. Three uses cover most of what you’ll see in the wild.

Augmented reality on Apple devices

USDZ is the file format behind AR Quick Look, Apple’s built-in AR viewer. Apple’s own documentation notes that apps like Safari, Messages, Mail, News, and Notes use Quick Look to display USDZ files of virtual objects in 3D on iPhone, iPad, and Apple Vision Pro.

3D and AR in eCommerce

Retailers and manufacturers use USDZ to let buyers place a product in their own space before purchase. A customer can drop an appliance into their kitchen, stand a fixture on the floor at real size, or check whether a machine fits in the production line, all from a product page.

Manufacturing and product design

Engineers, designers, and architects use USDZ to preview equipment, fixtures, and components at true scale on a phone or tablet. It turns a spec sheet into something a buyer or client can walk around, which shortens approval cycles and cuts misunderstanding.

USDZ vs Other 3D File Formats

USDZ isn’t the only 3D file format you’ll touch, and it isn’t always the right one. Here’s how it compares to the formats teams convert to and from most often, including OBJ and GLB.

Format Best for AR on Apple Animation + PBR Editable mesh Reach
USDZ Apple AR, iOS commerce Native Yes No (read-only) Apple
GLB / glTF Web and Android 3D/AR Via conversion Yes Partial Cross-platform web standard
OBJ Editing and interchange No No (geometry only) Yes Universal, legacy
FBX Animation, game and film No Yes Yes Autodesk, proprietary

USDZ wins on Apple AR. GLB is the better pick for the open web and Android. OBJ is the plain interchange format you reach for when you need an editable mesh, and FBX carries rich animation for game and film pipelines. Most teams keep more than one and convert between them as needed.

How to Create and Open USDZ Files

Opening a USDZ file is easy on Apple hardware; creating one depends on the tool you design in. Here’s how both work.

How to open a USDZ file

  • On iPhone or iPad: Tap the file and Quick Look renders it in 3D and AR automatically.
  • On Mac: Select the file in Finder and press the spacebar to preview it.
  • On Apple Vision Pro: Open it in a supported app to view it in your space.
  • On Windows or Android: Use a third-party viewer or convert the file first, since USDZ is built around Apple’s apps and devices.

How to create a USDZ file

Most 3D tools now export USDZ directly. In SketchUp, you go to File, then Export, then 3D Model, and choose USDZ from the format list. Blender, Reality Composer, and Apple’s Reality Converter export USDZ too, and enterprise platforms convert native CAD into USDZ automatically in one pass.

How to Add USDZ to a Website for AR

Hosting a USDZ file on your site is what turns it into a live AR experience for iPhone and iPad visitors. AR Quick Look looks for one HTML pattern, and four steps get you there.

  1. Host the file: Upload the .usdz file to your server or a CDN so it loads over HTTPS.
  2. Wrap an image in a link: Point an anchor tag at the .usdz file and place a 2D preview image inside it.
  3. Add the AR attribute: Give the anchor rel=”ar” so Safari recognizes it and shows the AR badge on the image.
  4. Test on device: Open the page in Safari on an iPhone or iPad and tap the badge to launch the model in AR.

That covers Apple devices. To reach Android and desktop browsers, you’ll also want a GLB version served through a web viewer, which is why most teams publish both files from one source. A Khronos-certified enterprise 3D web viewer like VNTANA’s handles this in one embed: it renders GLB in the browser, serves native USDZ AR on iOS with no app, and supports WebXR headsets like Apple Vision Pro and Meta Quest, so one asset covers every device instead of a patchwork of viewers.

How to Convert USDZ to OBJ and Other Formats

Conversion is where most USDZ questions start, because the file you have is rarely the file the next tool wants. This section covers going from USDZ to OBJ and back into USDZ from other formats.

How to convert USDZ to OBJ

You convert USDZ to OBJ when you need a plain, editable mesh in a tool like Blender, Maya, or 3ds Max. OBJ is about as universal as 3D formats get, which is why it’s a common target.

  • Reality Converter: Apple’s free macOS app imports USDZ and exports to other formats for inspection and prep.
  • Blender: Import the USDZ, then export the mesh as OBJ; this is the most common free route.
  • USD command-line tools: Tools like usdcat and usdzip unpack and convert USD data for technical pipelines.

One caveat matters: OBJ stores geometry only. Going from USDZ to OBJ drops animation and most PBR material maps, so use GLB or USD when you need to keep materials and motion intact.

How to convert other formats to USDZ

Going the other way, you’ll often turn OBJ, GLB, FBX, or native CAD files into USDZ for AR. Reality Converter and Blender can not handle native CAD files and they only handle one file at a time, which is fine for a single model. For a full catalog, manual file-by-file conversion is the wrong tool, and that’s the problem the next section solves.

USDZ Advantages and Limitations

USDZ is a strong format for AR and commerce, but it has clear edges. Here’s where it helps and where it gets in the way.

Advantages of USDZ

  • One self-contained file: Geometry, textures, materials, and animation travel together, so nothing breaks in transit.
  • Native Apple AR: Opens in AR Quick Look on iPhone, iPad, and Vision Pro with no app to install.
  • Fast to load: The memory-mapped layout renders models almost instantly on device.
  • Built on open USD: It inherits Pixar’s production-grade scene description, not a closed one-off format.

Limitations of USDZ

  • Read-only: You can’t edit a USDZ file in place; you unzip, change the parts, and repackage.
  • Apple-leaning: AR support is strongest on Apple devices, so the web and Android usually need GLB.
  • Doesn’t scale by hand: Converting and optimizing one model is simple; doing it for thousands is not.

Common USDZ Problems and How to Fix Them

A handful of USDZ issues come up again and again. Here’s what causes each one and how to fix it.

  • No AR badge in Safari: The anchor is missing rel=”ar”, or the file isn’t served correctly. Add the attribute and host the .usdz file directly over HTTPS.
  • File too large to load: Textures are usually the cause. Downscale 4K maps to 1K or 2K and cut polygon count before export.
  • Missing or wrong textures: The maps weren’t packaged into the archive. Re-export so every texture is embedded inside the .usdz file.
  • Model appears at the wrong scale: Units weren’t set correctly in the source tool. Confirm real-world units, usually meters, before you export.
  • Animation doesn’t play: The exporter dropped it, or the file passed through OBJ. Export from a USD-aware tool and keep OBJ out of the chain.

How to Use USDZ at Scale

Everything above works for a single model. The real job for most companies is different: turning thousands of CAD and design files into optimized, AR-ready USDZ and USD files that reach every channel. That’s where manual workflows fall apart.

When each USDZ file has to be converted, optimized, and checked by hand, the work piles up with a few 3D specialists. Marketing, sales and dealers wait, files go out of sync, and a growing catalog turns into a backlog. The bottleneck isn’t creating a USDZ file. It’s operationalizing thousands of them.

This is an infrastructure problem, not a file-export problem. VNTANA is the 3D digital asset management platform that sits upstream of your channels and solves it end to end. It ingests native CAD and standard 3D files, converts them to USDZ, USD and GLB automatically, and shrinks them with its patented Intelligent Optimization™, delivering up to 99% file-size reduction while preserving visual quality. A 221MB STEP file, for example, comes down to 9.4MB with its hierarchy intact. A global manufacturer processed 2,500 shoe models in one hour this way, work that used to take six weeks. VNTANA’s patented Intelligent Optimization™ can also automatically embed physics data to USD to ensure it works in Physical AI training simluations.

From that single optimized source, VNTANA publishes AR-ready 3D everywhere customers are: interactive 3D and native AR on your own product pages through its Khronos-certified Enterprise 3D Web Viewer, plus automated syndication to Amazon, dealer portals and part catalogues. A central 3D digital asset management layer keeps every channel in sync, so updating the source model updates every destination.

The result: your 3D stops living with specialists and starts working for the whole business, in AR and on every product page, without a person reformatting files one at a time.

Everything You Need to Know About USDZ

Here’s the whole article in one view.

Topic Summary
What is USDZ? Apple’s zipped USD package that bundles a full 3D model into one .usdz file for AR.
Who made it? Pixar created USD; Apple added AR features and launched USDZ with iOS 12 in 2018.
What’s it for? AR Quick Look, 3D product pages, and equipment, fixture, and architecture previews.
What’s inside? A USDA or USDC scene file, plus PNG/JPEG textures and optional audio.
USDZ vs GLB? USDZ rules Apple AR; GLB is the cross-platform web standard. Many teams keep both.
Convert USDZ to OBJ? Yes, via Reality Converter, Blender, or USD tools, but you lose animation and PBR maps.
Biggest limit? Read-only and Apple-leaning, and manual conversion doesn’t scale to large catalogs.
USDZ at scale? Automate conversion and optimization, then publish AR-ready USDZ across every channel.

Get Started with VNTANA

USDZ makes one 3D model easy to share and view in AR, but the hard part is producing optimized, AR-ready USDZ files for an entire catalog and getting them onto every channel where customers search for product information. When that work sits with a few specialists, your 3D stays trapped while sales, marketing and dealers wait.

VNTANA is the infrastructure layer that fixes the operational side. Enterprises don’t replace their systems with VNTANA; they standardize on it and connect it to the PLM, ERP, and eCommerce tools they already run. It handles the full lifecycle:

  • Ingest and optimize: Convert native CAD and standard 3D files to USDZ, USD and GLB automatically, with patented Intelligent Optimization delivering up to 99% file-size reduction, no fidelity lost.
  • Publish everywhere: Serve interactive 3D and native AR on your site through a Khronos-certified viewer, and syndicate the same asset to Amazon, dealer portals, and parts catalogues from one source.
  • Govern at enterprise scale: SOC2 Type II certified, with IP stripping and version control so a growing catalog stays consistent and secure.

Companies like Kohler and Astec Industries standardize on VNTANA to make 3D usable across the whole business. Kohler moved prep time on 8,000+ models from weeks to minutes.

Book a demo with VNTANA → to see your own files go through the pipeline: your assets, your formats, your results.

FAQs About USDZ

What is a USDZ file?

A USDZ file is a single, uncompressed ZIP archive that packages a 3D model’s geometry, materials, textures, and animation into one shareable file. Pixar created the underlying Universal Scene Description format, and Apple launched USDZ with iOS 12 in 2018 to power augmented reality. The file is read-only, so you unzip it to edit the parts inside. Its main job is letting you view 3D objects in AR directly from apps like Safari, Messages, and Mail.

What is USDZ used for?

USDZ is used to show interactive 3D models in augmented reality on Apple devices through AR Quick Look. Retailers and manufacturers use it so buyers can place products, fixtures, and equipment in their own space before purchase. Engineers and designers use it to preview objects at true scale on an iPhone or iPad. Any built-in Apple app that supports Quick Look can open a USDZ file with no extra download.

How do I open a USDZ file?

You open a USDZ file by tapping it on an iPhone, iPad, Mac, or Apple Vision Pro, where Quick Look renders it automatically. On a Mac, you can also preview it in Finder with the spacebar. On Windows or Android, you’ll need a converter or a third-party viewer, since USDZ is built around Apple’s apps and devices. Reality Composer and several free web viewers open USDZ files too.

Can you convert USDZ to OBJ?

You can convert USDZ to OBJ using Apple’s Reality Converter, Blender, or USD command-line tools like usdcat. OBJ stores geometry only, so the conversion drops animation and most PBR material data from the original USDZ. Use OBJ when you need an editable mesh in tools like Blender, Maya, or 3ds Max. For a richer round trip, GLB or USD preserves materials and animation that OBJ cannot.

What is the difference between USDZ and GLB?

USDZ and GLB are both compact, single-file 3D formats, but USDZ is Apple’s choice for AR Quick Look while GLB is the cross-platform web standard. USDZ runs natively in AR on iPhone, iPad, and Vision Pro, and GLB powers 3D and AR across Android, browsers, and most web viewers. Many teams generate both from one source model, so every device gets the right file. The right one depends on where your buyers are.

What is the difference between USD and USDZ?

USD is the open, editable source framework, while USDZ is the zipped, read-only file you hand to a device for AR. You author and edit a scene in USD, or its USDA and USDC variants, then export it to a single .usdz archive for AR Quick Look on Apple devices. USD is also the standard for 3D, simulation, and physical-AI pipelines, powering tools like NVIDIA Omniverse along with digital twins and robotics, which is why teams keep a USD source even when they ship USDZ. In short, USD is the working format, and USDZ is the delivery format.

Is USDZ only for Apple devices?

USDZ is designed for Apple devices, where it powers AR Quick Look on iPhone, iPad, Mac, and Apple Vision Pro with no app download. It isn’t locked to Apple at the file level, since the format is based on Pixar’s open Universal Scene Description. Android and the web typically use GLB instead, so cross-platform projects usually keep both formats. Tools can convert between USDZ and GLB to cover every device.

How do I reduce USDZ file size?

You reduce USDZ file size by lowering polygon count, compressing textures, and removing hidden or duplicate geometry before export. Texture resolution is usually the biggest factor, so downscaling 4K maps to 1K or 2K often cuts size sharply. Automated optimization can do this in bulk while keeping visual quality; VNTANA’s Intelligent Optimization reports up to 99% file-size reduction this way. Smaller USDZ files load faster in AR and pass retailer size limits.

Why is USDZ hard to manage at scale?

USDZ gets hard to manage at scale because making one file in Blender is simple, but converting and optimizing thousands of products from CAD or design files is not. Each model needs conversion, optimization, and an AR check, which traps the work with a few specialists. That bottleneck is why file-by-file workflows break once a catalog grows past a few hundred SKUs. A platform that automates conversion, optimization, and multi-channel publishing removes the specialist as the gatekeeper.