icon-dododentistDodoDentist
LoginBlogDocsPricingDownloadsSign up
icon-sun
icon-close
English
Afrikaans
አማርኛ
العربية
Azərbaycanca
Беларуская
Български
বাংলা
Bosanski
Català
Čeština
Cymraeg
Dansk
Deutsch
ελληνικά
Español
Eesti
Euskara
فارسی
Suomi
Français
Frysk
Gaeilge
Gàidhlig
Galego
ગુજરાતી
هَوُسَ
עברית
हिन्दी
Hrvatski jezik
Krèyol ayisyen
Magyar
Հայերեն
Bahasa Indonesia
Igbo
Íslenska
Italiano
日本語
Basa Jawa
ქართული
Қазақша
ភាសាខ្មែរ
ಕನ್ನಡ
한국어
Kurdî
Кыргызча
Lëtzebuergesch
ລາວ
Lietuvių
Latviešu
Malagasy
Māori
Македонски
മലയാളം
Монгол
मराठ
Bahasa Melayu
Myanmasa
नेपाली
Nederlands
Norsk
Chi-Chewa
Panjabi
Polski
پښتو
Português
Română
Русский
सिनधि
සිංහල
Slovenčina
Slovenščina
Gagana Samoa
chiShona
Soomaaliga
Shqip
Српски
Sesotho
Basa Sunda
Svenska
Kiswahili
தமிழ்
తెలుగ
Тоҷикӣ
ไทย
Filipino
Türkçe
Українська
اردو
Ўзбек
Tiếng Việt
isiXhosa
ייִדיש
Yorùbá
中文
isiZulu
icon-dododentistDodoDentist
Features▼
icon-whatsapp
WhatsApp remindersAutomated messages via WhatsApp
icon-message
SMS remindersAutomated text messages to any phone
BlogDocsPricingDownloadsLoginSign up
icon-sun
icon-close
English
Afrikaans
አማርኛ
العربية
Azərbaycanca
Беларуская
Български
বাংলা
Bosanski
Català
Čeština
Cymraeg
Dansk
Deutsch
ελληνικά
Español
Eesti
Euskara
فارسی
Suomi
Français
Frysk
Gaeilge
Gàidhlig
Galego
ગુજરાતી
هَوُسَ
עברית
हिन्दी
Hrvatski jezik
Krèyol ayisyen
Magyar
Հայերեն
Bahasa Indonesia
Igbo
Íslenska
Italiano
日本語
Basa Jawa
ქართული
Қазақша
ភាសាខ្មែរ
ಕನ್ನಡ
한국어
Kurdî
Кыргызча
Lëtzebuergesch
ລາວ
Lietuvių
Latviešu
Malagasy
Māori
Македонски
മലയാളം
Монгол
मराठ
Bahasa Melayu
Myanmasa
नेपाली
Nederlands
Norsk
Chi-Chewa
Panjabi
Polski
پښتو
Português
Română
Русский
सिनधि
සිංහල
Slovenčina
Slovenščina
Gagana Samoa
chiShona
Soomaaliga
Shqip
Српски
Sesotho
Basa Sunda
Svenska
Kiswahili
தமிழ்
తెలుగ
Тоҷикӣ
ไทย
Filipino
Türkçe
Українська
اردو
Ўзбек
Tiếng Việt
isiXhosa
ייִדיש
Yorùbá
中文
isiZulu

Dental File Viewer

Drop any dental file — we work out what it is and open it

Dental practices produce two kinds of file. Anything that uses radiation — an intraoral sensor, a panoramic or cephalometric unit, a cone beam scanner — writes DICOM. Anything optical, such as an intraoral scanner, writes a 3D mesh: STL, PLY, OBJ or glTF. Extensions are unreliable, so a dental file is best identified by its first bytes.

Drop any dental file hereA radiograph, a scanner mesh, a whole cone beam study or a vendor bundle. Select every slice at once for a stack. Read in your browser, never uploaded.
Nothing you drop here is uploaded

This page has no upload endpoint. Files are read from your own disk by the browser, archives are expanded in this tab, and the parsers are fetched only once you actually open something.

  • Where the file is read: On this computer, by this browser
  • What is sent to us: Nothing
  • What the analytics record: The language and that a file was opened — never a file name or its contents

Keep every scan on the patient record

DodoDentist stores radiographs, cone beam studies and intraoral scans against the patient and the tooth, beside charting, treatment planning, reminders and billing — so the next person who needs the file does not have to work out what it is.

Try DodoDentist free

The one rule that tells every dental file apart

Two kinds of machine sit in a dental practice, and they produce two kinds of file. Anything that involves radiation — an intraoral sensor, a phosphor plate scanner, a panoramic or cephalometric arm, a cone beam scanner — writes DICOM. Anything optical — an intraoral scanner, a desktop model scanner, a face scanner — writes a 3D surface mesh: STL, PLY, OBJ or glTF. Almost every file a colleague, a laboratory or a radiology centre sends you is one of those two things, and knowing which one you are holding answers most of the question on its own.

The rule is easy. The filename is not. 3Shape names its own mesh case files .dcm, which is also the DICOM extension, so an intraoral scan can arrive wearing a radiograph name. Cone beam exporters routinely write their slices with no extension at all. Vendors wrap a study in an extension only they have heard of. That is why this page reads the first bytes of a file before it looks at the name, and then tells you which of the two it trusted.

What each device in the practice actually writes

An intraoral sensor or a phosphor plate scanner writes a single-frame DICOM image: a periapical or a bitewing. A panoramic unit writes one wide DICOM covering both arches, the joints and the sinuses. A cephalometric arm writes the side-of-skull DICOM that orthodontics is planned from. All three are one file and one image, and they open here with window, level and invert controls. Many practices also export the same radiograph as a JPEG or a TIFF in order to email it — that copy is only the picture, without the acquisition data or the pixel spacing that makes a measurement in millimetres possible.

An intraoral scanner is not an X-ray device and never produces one. It captures the surface of the arches and writes a mesh, most often STL, because STL is what printers and mills consume. A cone beam unit is the awkward case: it produces DICOM like every other X-ray device, but as hundreds or thousands of slices that are one acquisition rather than one image.

Why your scan came out grey

STL cannot carry colour. Not "usually does not" — the format has no field for it, which is why an STL opens as a plaster-coloured model no matter what the scanner showed on its own screen. If the colour matters, export as PLY, which stores a colour for every vertex, or as OBJ, which references a separate material file and its texture image, or as GLB, which packs the texture inside the single file. The table below marks which formats can carry colour at all, read straight from the same registry this page identifies files with.

A cone beam scan is a stack, not a file

A cone beam export is a folder of single-frame DICOM slices — a Carestream CS 8200 3D volume is 651 of them — usually zipped, sometimes with a Windows viewer bundled alongside. Open one slice on its own and you see one thin cross-section. This page treats two or more DICOM files arriving together as one stack and scrolls through them, decoding a slice at a time rather than holding the volume in memory: decoded in full, that CS 8200 stack is around 800 MB, which no browser tab will hold. What it does not do is reconstruct the volume. There is no multiplanar reformat and no 3D rendering here, because both need the whole stack resident at once.

Vendor bundles, and what is actually inside them

A dental unit rarely hands you a file. It hands you a bundle: the image plus whatever the vendor workstation needs to redraw it the way the operator last saw it, under an extension only that vendor has ever used. Most of those bundles are renamed ZIP archives, and this page opens them by expanding the archive in your browser and then opening what it finds inside. A Carestream .tw, for example, holds a lateral cephalogram as DICOM alongside a few XML sidecars and a thumbnail image — the cephalogram is the thing that opens.

A few are not archives at all. Medit .meditMesh is a closed format with no public specification; when a Medit case also contains a PLY, that PLY is the file to open. The second table lists every wrapper this page knows by name, which vendor writes it, and whether the entry was confirmed against a real clinical file or written from the vendor documentation — a distinction worth keeping visible, because one of those two is evidence and the other is a reasonable expectation.

What this page cannot open, said plainly

Honesty is cheaper than a spinner that never stops. 7-Zip, RAR, TAR and gzip archives are recognised and named but not expanded, so re-export the study as a ZIP or a plain folder. A password-protected ZIP stops at the password. DICOM files whose pixel data is JPEG 2000, JPEG-LS or RLE are identified and their encoding is named, but not decoded; uncompressed DICOM and the two lossless-JPEG variants cone beam units write are decoded. PDF reports are named rather than drawn. TIFF depends on the browser, since some draw it and most do not. In every one of those cases the file is still named correctly, which is usually the answer you came for.

Nothing here is uploaded, and why that matters more than usual

There is no upload endpoint on this page. The file is read by your browser, from your own disk, and the parsers are fetched only when you actually open something. That matters more here than for a general file tool, because a DICOM header normally carries the patient name, identifier and date of birth beside the image, and none of it appears in the picture. A radiograph that looks anonymous on screen still names the patient to anyone who opens the file, so strip those fields before a study leaves the practice.

Which tool opens which file

This page opens all of them, and it exists for the case where you do not yet know what you are holding. Once you do, each format has a page of its own that goes further into what that format stores, which devices write it and what it cannot carry.

  • DICOM Viewer — Free Online Dental X-ray Viewer
  • CBCT Viewer — Scroll a cone beam volume slice by slice in the browser
  • Dental STL Viewer — Open intraoral scanner STL files in your browser
  • PLY Viewer — Open colour intraoral scans in your browser
  • OBJ Viewer — Open .obj scans with their .mtl material file
  • Dental Vendor File Opener — Open .tw, .3oxz, .sdx, .meditmesh and .dentalproject files

How to open a dental file here

  1. Drop the file in — Drag any dental file onto the drop zone, or click it and choose one. Nothing is uploaded: the file is read by the browser on your own computer.
  2. Read what it is — The page identifies the file from its first bytes, names the format, says whether the name or the contents settled it, and names the vendor bundle when the file is one.
  3. Open a whole study — For a cone beam scan or a vendor bundle, drop the zip itself, or select every slice at once. The archive is expanded in the browser and the slices are ordered by name.
  4. Look at it — A radiograph opens with window, level and invert controls; a slice stack scrolls with the wheel or the arrow keys; a scanner mesh opens in 3D; an ordinary image opens as a picture.

Every dental file format, side by side

Every format this page recognises, what produces it, what it holds, whether it can carry colour, and whether it opens here. Built from the same registry the detection uses, so the table cannot promise something the code does not do.
FormatExtensionsWritten byWhat it holdsCan carry colourOpens on this page
DICOM.dcm .dic .dicom .imaIntraoral sensors, phosphor plate scanners, panoramic and cephalometric units, cone beam scannersOne 2D pictureYesYes, with window and level — several slices scroll as a stack
JPEG.jpg .jpeg .jpeCameras, and imaging software exporting a radiograph to sendOne 2D pictureYesYes, as a picture
PNG.pngScreenshots and software exportsOne 2D pictureYesYes, as a picture
TIFF.tif .tiffImaging software exports and document scannersOne 2D pictureYesOnly where the browser itself draws TIFF
Bitmap.bmpOlder Windows imaging softwareOne 2D pictureYesYes, as a picture
WebP.webpWeb exports and practice websitesOne 2D pictureYesYes, as a picture
STL (binary).stlIntraoral scanners and dental CAD, for printing and millingA 3D surfaceNoYes, in 3D
STL (ASCII).stlThe same tools, written as text instead of binaryA 3D surfaceNoYes, in 3D
PLY.plyIntraoral scanners exporting a scan with its colourA 3D surfaceYesYes, in 3D
OBJ.objScanners and CAD, alongside a separate material fileA 3D surfaceYesYes, in 3D
OBJ material.mtlWritten beside an OBJ by the same exporterColours and textures for an OBJ, not geometryNoNo
glTF (binary).glb3D tools and CAD; the texture travels inside the fileA 3D surfaceYesYes, in 3D
glTF.gltf3D tools and CAD; the texture travels beside the fileA 3D surfaceYesYes, in 3D
ZIP archive.zipCone beam exports, and most vendor bundles under their own extensionOther files, packed—Yes — expanded in the browser first, then what is inside opens
7-Zip archive.7zWhoever compressed the study before sending itOther files, packed—No
RAR archive.rarWhoever compressed the study before sending itOther files, packed—No
TAR archive.tarWhoever compressed the study before sending itOther files, packed—No
gzip archive.gz .tgzWhoever compressed the study before sending itOther files, packed—No
PDF.pdfReports, treatment plans and referral lettersA document, not an imageYesNo

Vendor extensions, decoded

Extensions only one manufacturer has ever used, and what each one really contains. Entries confirmed against a real clinical file are marked as such; the rest come from vendor documentation.
ExtensionVendorWhat it really isHow we know
.twCarestream DentalA renamed ZIP archive holding the studyOpened here, from a real clinical file
.meditmeshMeditA closed format with no public specificationOpened here, from a real clinical file
.trophyCarestream DentalA renamed ZIP archive holding the studyFrom the vendor documentation
.3oxz3ShapeA renamed ZIP archive holding the studyFrom the vendor documentation
.3ox3ShapeA renamed ZIP archive holding the studyFrom the vendor documentation
.dentalprojectexocadA renamed ZIP archive holding the studyFrom the vendor documentation
.sdxDentsply SironaA renamed ZIP archive holding the studyFrom the vendor documentation
.dcm30GenericA plain DICOM file under another nameFrom the vendor documentation
.dc3GenericA plain DICOM file under another nameFrom the vendor documentation
.dicmGenericA plain DICOM file under another nameFrom the vendor documentation

Frequently asked questions

What file format does an intraoral scanner produce?

A mesh — a 3D surface made of triangles. Most scanners write STL, because that is what printers and mills consume. PLY and OBJ are the colour-capable alternatives, and some tools write glTF or GLB. An intraoral scanner never produces a radiograph: it is an optical device, so nothing it writes is DICOM.

What is a .dcm file?

A DICOM file: the standard every X-ray device writes, from intraoral sensors to panoramic units to cone beam scanners. It holds the image plus a header describing how it was acquired, including the device, the exposure and, normally, the patient name and date of birth. One trap: 3Shape names its own mesh case files .dcm too, so a .dcm is not always a radiograph.

Why is my dental scan grey instead of the colour I saw on the scanner?

Because it was exported as STL, and STL has no field for colour at all. The scanner shows colour on its own screen and then discards it on export. Export the same case as PLY, which stores a colour per vertex, or as OBJ with its material file and texture, or as GLB, which packs the texture inside one file.

Can I open a CBCT scan in a browser?

Slice by slice, yes. Drop the zip or select all the slices and this page scrolls the stack, decoding one slice at a time. What a browser cannot do is reconstruct the volume: there is no multiplanar reformat and no 3D rendering here, because a full cone beam stack decoded in memory runs to hundreds of megabytes.

My dental file has no extension. How do I find out what it is?

That is normal for a cone beam export, which often writes its slices with no extension at all. It is also why this page reads the first bytes of a file before it looks at the name, and tells you which of the two it trusted. Drop the file and it will be named even when nothing about it is labelled.

What is a .tw file?

A Carestream bundle. It is a renamed ZIP archive: a real one holds the radiograph as DICOM alongside a few XML sidecars and a thumbnail image. This page expands it in your browser and opens the radiograph inside. Several other vendors are documented as doing the same thing under their own extension, such as .3ox and .3oxz, .sdx and .dentalproject.

Are the files I drop here uploaded anywhere?

No. There is no upload endpoint on this page. Every file is read by your browser from your own disk and drawn locally, including archives, which are expanded in the browser tab. That matters more here than for a general file tool, because a DICOM header normally carries the patient name, identifier and date of birth beside the image.

Which dental files can this page not open?

7-Zip, RAR, TAR and gzip archives are named but not expanded, so re-export the study as a ZIP or a plain folder. A password-protected ZIP stops at the password. Closed vendor formats such as Medit .meditMesh cannot be read by anyone but their own software. PDF reports are named, not drawn. DICOM whose pixels are JPEG 2000, JPEG-LS or RLE is identified and its encoding named, but not decoded.

More free dental tools

Dental Vendor File OpenerOpen .tw, .3oxz, .sdx, .meditmesh and .dentalproject filesDICOM ViewerFree Online Dental X-ray ViewerCBCT ViewerScroll a cone beam volume slice by slice in the browserDescribe your practice. Get its website.A website builder for dental clinics

Language

EnglishEspañolDeutschPortuguêsFrançaisItalianoไทยNederlandsελληνικάBahasa IndonesiaPolskiTürkçe

Features

WhatsApp remindersSMS reminders

Tools

Tooth Numbering ChartOdontogramPeriodontal ChartDental Code LookupGoogle Business Profile Audit for DentistsDICOM ViewerCBCT ViewerDental STL ViewerPLY ViewerOBJ ViewerDental File ViewerDental Vendor File Opener

Resources

BlogDocsPricingBuyer guidesAlternativesDevelopersAPIStatusPrivacy PolicyTerms of Service

Follow Us

icon-linkedin
icon-facebook
icon-instagram
icon-threads

Contact us

info@dododentist.com

Copyright @ DodoDentist 2023 - 2026