
The Best iPhone 3D Scanner App for Architects, Makers, and E-commerce Sellers
The Best iPhone 3D Scanner App Isn't the One With the Biggest Marketing Budget
You need a 3D model of a client's kitchen by tomorrow morning. Or a rotating product shot that converts on Shopify. Or camera-pose data feeding into a NeRF training pipeline. Your iPhone is in your pocket. A $50,000 FARO laser scanner isn't.
Existing iOS apps either bleed subscription fees (Polycam Premium at $9.99/month, Scaniverse Premium at $7.99/month) or force cloud uploads that stall workflows. Most reviews compare apps on capture speed when the real differentiator is export format breadth, on-device processing, and camera-pose accuracy. This guide compares the leading iPhone 3D scanner apps against four professional workflows — architecture, engineering, e-commerce, and CV research — so you stop choosing tools by App Store rating and start choosing by output specifications.
The thesis is direct: the best iphone 3d scanner app is the one whose export formats, processing model (on-device vs. cloud), and pricing structure match your downstream workflow. For most professionals scanning interiors, objects, or research datasets, that's Voxelio.

Table of Contents
- What Actually Separates a Professional iPhone 3D Scanner App From a Novelty
- Four Capture Modes Explained: Which One Matches Your Job
- Voxelio vs. Polycam vs. Scaniverse: Where the Differences Actually Hit Your Workflow
- Export Quality Checklist: Six Tests Before You Commit to a Scanning App
- iPhone Hardware Compatibility: What LiDAR Requires and Why Non-Pro Models Fall Short
- Real Workflows: How Three Professionals Ship Faster
- True Cost of Ownership: Why a $9.99/Month App Costs More Than You Think
- Frequently Asked Questions About iPhone 3D Scanning
- Choose Your iPhone 3D Scanner App: A Three-Question Decision Path
What Actually Separates a Professional iPhone 3D Scanner App From a Novelty
Before comparing products, settle on the criteria. Four specifications decide whether an iOS scanning app belongs in a professional workflow or stays on the home screen as a curiosity.
Spatial precision. The threshold separating professional from decorative use is centimeter-level accuracy — roughly ±1–2 cm at 1–3 meters of capture distance. This is achievable on iOS because of the LiDAR Scanner Apple introduced on iPhone 12 Pro in October 2020. The sensor emits a grid of infrared dots and measures time-of-flight, generating a depth map that ARKit fuses with the RGB camera feed and IMU data to reconstruct a triangle mesh in real time. According to Apple's ARKit developer documentation, this mesh anchor pipeline is what makes sub-2-cm reconstruction possible on consumer hardware. If an app you're evaluating doesn't consume ARMeshAnchor data directly, it's almost certainly doing photogrammetry — which is fine for some workflows but will not hit that precision threshold reliably.
Export format breadth. An app limited to USDZ (Apple's AR Quick Look format) cripples engineers who need PLY point clouds and researchers who need HEVC video plus per-frame camera poses. The four format categories that matter are textured mesh (OBJ or USDZ with baked textures), point cloud (PLY with XYZ + RGB per point), pose-tagged video (HEVC plus a JSON file describing the camera transform for every frame), and raw depth data. An app that exports only one or two of these locks you into a single downstream pipeline.
Processing locus. On-device processing means ARKit reconstructs the mesh locally on your iPhone, output is ready within minutes of finishing the scan, no internet connection is required, and client data never leaves the device. Cloud-dependent processing uploads gigabytes of frames to a remote server, queues behind other users (typical wait times of 30–120 minutes during peak hours), and introduces a lock-in problem: when you stop paying the subscription, your archive of past scans is often demoted to read-only or becomes inaccessible entirely. For client work governed by NDAs or healthcare/legal privacy rules, cloud uploads are a non-starter regardless of how convenient the UX is.
Hardware requirement. LiDAR is mandatory for the precision and the data pipeline described above. Every non-Pro iPhone — including iPhone 16 — ships without LiDAR. If your iPhone is not a Pro model from the 12 generation onward, no iOS app can deliver true depth-mesh reconstruction; you'll be limited to photogrammetry approximations with 5–15 cm error.
A 3D scanner app is only as good as the file format it exports. Export portability trumps capture speed every time.
The rest of this article evaluates Voxelio, Polycam, and Scaniverse against those four criteria, then walks through workflows, hardware compatibility, and total cost.
Four Capture Modes Explained: Which One Matches Your Job
Most iOS scanners offer one or two capture modes. Voxelio ships with four because professional workflows demand different output types. Each mode below produces a specific data structure that downstream tools consume directly.
- Mesh Mode (textured OBJ/USDZ). ARKit fuses LiDAR depth data with RGB camera frames into a watertight triangle mesh. Textures bake from keyframes during capture — not as a post-export cloud job. Output: OBJ + MTL + PNG texture maps, or a single-file USDZ. Downstream consumers: Blender, SketchUp, Revit, Cinema 4D, Shopify 3D media, Sketchfab. For architects, interior designers, and e-commerce sellers who need a rotatable, photorealistic model.
- Point Cloud Mode (colored PLY). Captures raw XYZ coordinates plus RGB color per point with no surface reconstruction. Density typically runs 500K–5M points per scan depending on capture duration and distance. Downstream consumers: CloudCompare, MeshLab, AutoCAD (via Recap), Rhino, Fusion 360. For engineers reverse-engineering parts and surveyors documenting spatial deviations who need raw point data rather than an interpreted mesh.
- Pose + Video Mode (HEVC + frame-accurate camera poses). Records HEVC video alongside a JSON file containing the ARKit world-tracking transform — position and orientation — for every video frame at 60 fps. Downstream consumers: NeRF training pipelines (Instant-NGP, Nerfstudio's
transforms.jsonschema), COLMAP, ORB-SLAM. For CV and robotics researchers — this is the data bottleneck most iOS apps don't solve. - MultiCam Mode (simultaneous multi-device capture). Two or more iPhones scan the same space from different angles with synchronized capture timestamps. Outputs merge in CloudCompare. For large-space documentation where a single sweep misses occlusions, or for capturing dynamic scenes from multiple viewpoints.
If you're unsure which mode you need, start with Mesh — it's the most versatile output and feeds the widest set of downstream tools.

Voxelio vs. Polycam vs. Scaniverse: Where the Differences Actually Hit Your Workflow
These three apps dominate iOS 3D scanning in 2025, but they target different users. Polycam markets to AR creators and casual users who value cloud convenience. Scaniverse, acquired by Niantic in 2021, targets consumer ease and Pokémon GO-adjacent AR. Voxelio targets professionals who need raw data, offline processing, and zero subscription drag. The comparison below uses publicly documented specifications from each vendor's pricing and feature pages.
| Criterion | Voxelio | Polycam | Scaniverse |
|---|---|---|---|
| Base price | Free, no subscription | Free tier + Premium $9.99/mo | Free tier + Premium $7.99/mo |
| Processing | 100% on-device | Cloud + on-device hybrid | Mostly on-device |
| Export formats | OBJ, USDZ, PLY, HEVC+pose | USDZ, OBJ, glTF, FBX, LAS, PLY | OBJ, USDZ, PLY, FBX, GLB |
| Camera pose export | Yes (per-frame JSON) | No | No |
| Capture modes | 4 | 2 | 2 |
| Minimum hardware | iPhone 12 Pro | iPhone 12 Pro (LiDAR) | iPhone 12 Pro (LiDAR) |
| Offline capture | Full | Partial | Full (LiDAR mode) |
Three points deserve analysis behind the table.
On-device processing wins for client work. Cloud uploads of 3–8 GB scans take 5–20 minutes on average broadband, plus a server-side queue that varies with the platform's load. Keyframe texture baking inside Voxelio completes in roughly 30 seconds to 5 minutes locally depending on scan size. For a freelance architect doing three site visits per day, that delta reclaims roughly 1–2 billable hours daily. It also keeps client geometry off third-party servers — which matters for NDA-bound commercial projects and for healthcare or legal environments where the room itself is sensitive.
Pose data is the silent dividing line. Based on each vendor's current export documentation, Polycam and Scaniverse do not expose per-frame camera pose data in any export tier. For CV researchers training NeRFs or Gaussian Splats, or for robotics teams running SLAM benchmarks, this means an iOS workflow without Voxelio requires writing custom ARKit code — typically 40–80 engineering hours of work to recreate what ships as a one-tap export.
Where Polycam still wins. Honest concession: for large outdoor sites — building exteriors, construction sites larger than ~500 m², drone-captured terrain — Polycam's cloud photogrammetry pipeline outperforms pure LiDAR because LiDAR's effective range tops out around 5 m. If your work is primarily exterior aerial capture, Polycam is the better tool. For industrial-grade alternatives where neither iOS app reaches the required precision, see our guide on GOM 3D scanning capabilities and modern alternatives.
On-device processing isn't a luxury feature. It's the difference between exporting a model in five minutes and waiting two hours for a cloud queue while paying a monthly fee.
Export Quality Checklist: Six Tests Before You Commit to a Scanning App
This is a diagnostic, not a sequential walkthrough. Each question identifies a specific failure mode in iOS scanning workflows and tells you what to verify before committing to an app.
- Do you need textured meshes (OBJ + MTL + PNG, or single-file USDZ)? Verify the app bakes textures during capture, not as a post-export cloud job. Voxelio: yes, keyframe texture baking runs in-app. Polycam: textures bake during cloud processing, which means waiting. Scaniverse: in-app for LiDAR mode. If a vendor's "export" workflow requires upload + queue, that's a cloud bake — budget the wait time into your delivery schedule.
- Are you sending output to CAD or 3D printing? For 3D printing, you'll need to repair non-manifold geometry in Blender or Meshmixer regardless of source app — no consumer scanner produces print-ready STLs out of the box. For CAD reverse engineering, point cloud (PLY) is usually preferred over mesh because Rhino, SolidWorks, and Fusion 360 reconstruct precise parametric surfaces from points rather than from an interpreted triangle mesh. Confirm your app exports PLY with per-point color if material identification matters.
- Do you need camera pose data for NeRF, Gaussian Splatting, or SLAM? Confirm per-frame pose export in JSON or a schema compatible with Nerfstudio's
transforms.json. On iOS, Voxelio is the only off-the-shelf option without custom ARKit development. If your research pipeline depends on pose data, the rest of this checklist is moot. - Will your marketplace accept your file format? Shopify accepts GLB and USDZ; Etsy supports USDZ for AR Quick Look; Amazon's product 3D viewer accepts GLB. Check the platform's current 3D model specs before you scan — file size limits, polygon count caps, and texture resolution rules vary. Reference: Shopify's 3D model documentation.
- Do you need colored point clouds (XYZ + RGB)? Verify PLY export includes per-point color, not just geometry. Color matters for as-built documentation where material identification (wood vs. metal vs. drywall) is part of the deliverable, and for surveying tasks where points need to be visually segmented before further analysis.
- Is on-device storage a constraint? A 5-minute Mesh Mode scan produces roughly 200–800 MB; Pose+Video Mode scans run 1–4 GB. Scanning a multi-room property in one session can produce 10–20 GB. On a 256 GB iPhone, plan for 30–50 standalone Mesh scans before offloading. Connect an external SSD via USB-C and export directly after each capture — see our breakdown of tools for managing exports across formats and projects.
If your answer to question 3 is yes, your decision is already made — Voxelio is the only iOS app that exports per-frame camera poses at scale.
iPhone Hardware Compatibility: What LiDAR Requires and Why Non-Pro Models Fall Short
LiDAR (Light Detection and Ranging) launched on iPhone 12 Pro and iPad Pro in October 2020. The sensor emits a grid of roughly 576 infrared dots and measures return time per dot, generating a depth map effective to about 5 meters. ARKit fuses this depth data with the RGB camera feed and the IMU motion sensors to build a real-time spatial mesh through the ARMeshAnchor API. Without LiDAR — every non-Pro iPhone through iPhone 16 — apps must rely on photogrammetry, which extracts depth from multiple 2D photos via parallax. Photogrammetry is slower (minutes to hours of processing vs. real-time LiDAR), less accurate (5–15 cm error vs. 1–2 cm with LiDAR), and fails in low-texture environments like white walls, glass, and uniform flooring where there are no visual features to triangulate.
Voxelio requires LiDAR for Mesh Mode and Point Cloud Mode because both consume ARMeshAnchor data directly. Pose+Video Mode is theoretically possible on non-LiDAR phones (ARKit world tracking works on all modern iPhones), but Voxelio restricts all modes to LiDAR-equipped devices to keep output quality consistent across users.
| Device | LiDAR | Mesh | Point Cloud | Pose+Video |
|---|---|---|---|---|
| iPhone 12 Pro / Pro Max | Yes | ✓ | ✓ | ✓ |
| iPhone 13 Pro / Pro Max | Yes | ✓ | ✓ | ✓ |
| iPhone 14 Pro / Pro Max | Yes | ✓ | ✓ | ✓ |
| iPhone 15 Pro / Pro Max | Yes | ✓ | ✓ | ✓ |
| iPhone 16 Pro / Pro Max | Yes | ✓ | ✓ | ✓ |
| iPhone 12–16 (non-Pro) | No | — | — | — |
| iPad Pro 2020+ (LiDAR) | Yes | ✓ | ✓ | ✓ |
| iPad Air (any) | No | — | — | — |
Android note: current Android flagships including Pixel 9 Pro and Galaxy S24 Ultra ship without LiDAR. Voxelio's planned Android release will rely on structure-from-motion as a fallback, with reduced precision compared to the iOS pipeline. Cross-platform teams should standardize on iPhone Pro models through 2025.
Real Workflows: How Three Professionals Ship Faster
Three vignettes, three professions, three measurable time and cost outcomes. Each one specifies the capture mode, the export format, the downstream software, and the delta vs. the previous workflow.
The residential renovation architect. A San Francisco architect arrives at a client's 1920s Edwardian kitchen for a renovation scope meeting. She scans the room in Mesh Mode in about 4 minutes, walking the perimeter while keeping the LiDAR roughly 1.5 m from surfaces. She exports USDZ and imports it into SketchUp Pro on her iPad via the Files app. Within 20 minutes of leaving the site, she has the existing-conditions model overlaid with proposed cabinet runs. The centimeter-level precision catches a non-square wall — a 3 cm bow over 4 m — that would have cost roughly $1,800 in cabinet rework if discovered post-install. Total time from site arrival to client-ready render: about 90 minutes. Her previous workflow with hand measurements and from-scratch Revit modeling: 6 hours over two days. For deeper integration with BIM and historical documentation, see our guide on architecture-specific scanning workflows including BIM integration.
The reverse-engineering maker. A mechanical engineer at a small robotics startup needs to replicate a discontinued aluminum bracket from a vintage industrial mixer. He scans it in Point Cloud Mode at close range — roughly 30 cm — capturing about 1.2M colored points. He exports PLY, imports into CloudCompare for cleanup and decimation, then loads the cleaned cloud into Fusion 360 as a reference for parametric remodeling. The bracket is back in CAD within 2 hours versus the roughly 6 hours of caliper measurements and reference photography his previous approach required. No subscription, no cloud upload of proprietary client geometry — which matters because the mixer's parent company still holds an active patent on the assembly.
The Shopify furniture seller. A Brooklyn-based vintage furniture dealer scans a mid-century lounge chair in Mesh Mode with texture baking. He exports USDZ and uploads directly to Shopify's product page 3D media slot, plus a GLB conversion via Apple's free Reality Converter for Android AR Quick Look fallback. The listing now lets buyers view the chair at scale in their own living room. According to Shopify's merchant data on 3D product modeling, interactive 3D product models can increase conversion rates by up to 250% over static images. Cost to produce his model: $0 in app fees versus roughly $60–$200 per object he was paying an outsourced 3D modeler before.

True Cost of Ownership: Why a $9.99/Month App Costs More Than You Think
App Store price is not total cost. The hidden costs of subscription scanner apps include recurring monthly fees, cloud storage overages when scan archives grow past plan limits, per-export caps that push users to higher tiers, lost billable time waiting for cloud queues, and data-portability friction — when you stop paying, your archive of past scans may become read-only or fully inaccessible depending on the platform's terms of service. None of these line items appear on the App Store product page.
Voxelio's cost model is zero-dollar capture, zero-dollar export, and zero-dollar storage (because storage is local). The trade-off is honest: you supply iPhone storage or an external SSD, and you don't get cloud sync across devices. For most professionals, that trade is favorable.
| Cost Category | Voxelio | Polycam Premium | Scaniverse Premium |
|---|---|---|---|
| App download | $0 | $0 | $0 |
| Monthly subscription | None | $9.99 | $7.99 |
| Annual subscription | None | $149.99 | $79.99 |
| Pose data export | Included | Not available | Not available |
| 5-year total (light user) | $0 | ~$750 | ~$400 |
Two realistic scenarios make the math concrete.
The freelance architect doing 8 scans per month. Polycam Premium annual ($149.99) plus occasional cloud overage runs roughly $170–$190 per year. Scaniverse Premium annual: $79.99. Voxelio: $0. Over five years, that's about $900 for Polycam, roughly $400 for Scaniverse, and $0 for an on-device tool. The architect doing 8 scans monthly is not exotic — that's two site visits a week.
The robotics research team running 30+ scans per month with pose data. Polycam and Scaniverse don't export per-frame camera poses at any tier, so the comparison breaks: the team must use Voxelio or write custom ARKit code. Engineering time to build a comparable pose-export pipeline from scratch runs roughly 40–80 hours at $100–$150 per hour, or about $4,000–$12,000 in salary cost. Voxelio: $0 and ready today.
A subscription model that costs twelve hundred dollars over five years is not free software — it's deferred ownership you never actually receive.
If your work depends on 3D scanning more than once a month, the math overwhelmingly favors an app you own outright over one you rent.
Frequently Asked Questions About iPhone 3D Scanning
Can I use Voxelio on an iPhone without LiDAR (iPhone 13, 14, 15, or 16 non-Pro)?
No. Mesh, Point Cloud, Pose+Video, and MultiCam modes all require the LiDAR sensor, which is available only on iPhone Pro models (12 Pro through 16 Pro) and LiDAR-equipped iPad Pro. Without LiDAR, ARKit cannot produce the depth data the pipeline consumes. If you have a non-Pro iPhone, your options are to upgrade to a Pro model, use an iPad Pro, or use a photogrammetry-based app like Polycam's photo mode while accepting the lower precision (5–15 cm error).
How large a space can I scan in one session before file size becomes a problem?
A single-room scan (kitchen, bedroom, retail bay up to roughly 40 m²) typically produces 200–800 MB in Mesh Mode and 1–4 GB in Pose+Video Mode. Whole-floor or multi-room captures should be broken into multiple scans and stitched in CloudCompare. With 256 GB of iPhone storage, plan for about 30–50 standalone Mesh scans before offloading. Heavy users should connect an external SSD via USB-C and export directly after each capture rather than batching.
Can I edit exports in Blender, SketchUp, Revit, or Fusion 360?
Yes. OBJ and USDZ from Mesh Mode import directly into Blender, SketchUp, Revit, Cinema 4D, and Maya without geometry loss. PLY point clouds from Point Cloud Mode import into CloudCompare, MeshLab, AutoCAD via Recap, Rhino, and Fusion 360. Texture maps (PNG) are referenced by the MTL file in OBJ exports — keep all three files in the same folder when importing or the textures will not resolve.
How does iPhone scanning accuracy compare to a professional laser scanner?
iPhone LiDAR with ARKit reaches roughly ±1–2 cm precision at 1–3 m capture distance, sufficient for architecture, interior design, e-commerce, reverse engineering, and most CV research. It does not match surveying-grade laser scanners like FARO Focus or Leica BLK360, which operate at ±2–4 mm and cost $20,000–$60,000. For structural engineering, land surveying, or heritage documentation requiring sub-centimeter precision across large sites, a dedicated scanner is still required. For everything else, an iPhone Pro delivers roughly 95% of the accuracy at about 0.1% of the cost.
Choose Your iPhone 3D Scanner App: A Three-Question Decision Path
Answer these three questions in order. Your first "yes" — or your final "no" — tells you which app to install today.
Question 1: Do you need per-frame camera pose data for NeRF, Gaussian Splatting, SLAM, or photogrammetry research?
- Yes → Install Voxelio. It's the only iOS app exporting per-frame camera poses without custom ARKit development. Decision made.
- No → Continue to Question 2.
Question 2: Is your primary work indoors — interior rooms, individual objects, products, or mechanical parts under 5 m in size?
- Yes → Install Voxelio. On-device LiDAR processing delivers centimeter-level precision faster than cloud workflows, with no subscription, no cloud queue, and no client data leaving your phone.
- No (primary work is large outdoor sites, building exteriors, drone-captured terrain) → Continue to Question 3.
Question 3: Are you willing to pay $80–$150 annually for cloud-based photogrammetry of large outdoor sites?
- Yes → Use Polycam for outdoor large-site work and keep a free LiDAR-first app installed for indoor and object scans. Two downloads, one paid subscription only when you actually need outdoor photogrammetry.
- No → Use Mesh Mode with MultiCam for large outdoor sites and accept that LiDAR's 5 m range will require more capture passes than a cloud photogrammetry pipeline would.
The best iphone 3d scanner app for your workflow is the one that matches your export format, your processing constraints, and your budget — not the one with the most polished App Store screenshots. Download free at the App Store. No subscription, no account required, no cloud upload of your client data. The first scan takes under five minutes.