.LAS

LAS File

LASer (LIDAR point cloud) file
Ask a question
QUICK ANSWER

A LAS file is the standard container for LiDAR point-cloud data - millions of 3D points captured by laser scanners, used in surveying, GIS, and mapping. Open it free with CloudCompare or QGIS. To shrink a large file, convert it to LAZ. Note: some .las files are Log ASCII Standard well logs (plain text), a completely different format.

Developer: ASPRS (American Society for Photogrammetry and Remote Sensing) Category: Data Files Open standard MIME: application/octet-stream
OPENS ON Windows macOS Linux
Related: .PKPASS · .DAT · .JSON · .RIS

On this page

19k+ extensions indexed
Last reviewed Aug 23, 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 LAS file format?

.las is a binary file that stores LiDAR point data records. LiDAR (Light Detection And Ranging) is a remote-sensing technology that emits laser pulses toward a target and measures the reflected light with specialized sensors to calculate precise 3D distances and positions. Though early uses were concentrated in atmospheric science, LiDAR is now central to aerial surveying, autonomous vehicle navigation, urban 3D mapping, forestry analysis, and archaeological prospecting.

Data gathered by a LiDAR device is saved to a .las file in a compact binary layout. Every .las file begins with the 4-byte ASCII signature LASF at byte offset 0, followed by a public header block that carries coordinate scale factors, bounding-box extents, and point counts. Each point data record stores at minimum X, Y, Z coordinates along with intensity and return number; later point formats add RGB color, near-infrared, GPS time, and full-waveform data.

The .las standard was first proposed by ASPRS (American Society for Photogrammetry and Remote Sensing) as an open format for storing and exchanging LiDAR data. LAS 1.0 appeared in 2003; the current LAS 1.4 revision, finalized in 2011, extended point-count fields to 64 bits and added new attribute classes. When storage is a concern, .las files are commonly compressed into the .LAZ format - typically achieving 85-90 % size reduction without any data loss. Other 3D point-cloud interchange formats include .E57 and .PLY.

Note: the .las extension is also used by the unrelated Log ASCII Standard format for oil-well log data - a plain-text file beginning with ~V rather than the binary LASF signature.

Security & safety

RISK: LOW

A LAS file is measurement data with no executable code - safe to open in point-cloud software. The only practical risks are size (multi-GB files can overwhelm low-RAM machines - use LAZ or tiling) and confidentiality (survey/scan data of private property or infrastructure may be sensitive; mind cloud uploads). Verify which .las you have: if it opens as readable text starting with '~V', it's a Log ASCII Standard well log, not LiDAR.

Format details

in a nutshell
FULL NAMELASer (LIDAR point cloud) file
DEVELOPERASPRS (American Society for Photogrammetry and Remote Sensing)since 2003 (LAS 1.0); current LAS 1.4 published 2011, ASPRS
CATEGORYData Files
MIME TYPEapplication/octet-stream
TYPEbinary point-cloud interchange format for LiDAR / 3D scan data
STANDARDOpen · royalty-free
This extension is also used by…
  • Log ASCII Standard (LAS) well log - A plain-text oil/gas and water-well log format from the Canadian Well Logging Society storing depth-indexed geophysical curves; starts with a '~Version' section, not 'LASF'.
  • Generic 'LASer'/saved-state files - A few games and legacy apps use .las for saved data or scripts; unrelated to point clouds.
MAGIC BYTES · FILE SIGNATURE
OFFSET
00010203
HEX
4C415346
ASCII
LASF
Binary LAS files begin with the 4-byte ASCII signature 'LASF' (4C 41 53 46) at offset 0, followed by the public header block. (Note: the unrelated Log ASCII Standard well-log format also uses .las but is plain text starting with '~V' - see also_used_by.)

Programs that open LAS files

Windows6 apps
Global Mapper Paid Open the .las; strong LiDAR module for classification, gridding and export. (Vendor moved to bluemarblegeo.com.)
CloudCompare Open-source File > Open the .las to view, measure, classify and crop the point cloud. Best free LiDAR viewer.
QGIS Open-source Add the .las as a point-cloud layer (PDAL-based) to view, style by classification and build terrain.
FME (Form / Flow) Paid Use FME to convert/transform LAS between formats and coordinate systems. (Now 'FME', formerly FME Desktop.)
LAStools Freemium Command-line/ArcGIS tools (laszip, las2las, lasview) for processing; laszip compresses LAS to LAZ.
ArcGIS Pro Paid Add the .las / build a LAS dataset to view and analyse LiDAR in a full GIS.
macOS2 apps
CloudCompare Open-source Open the .las to view and process the point cloud.
QGIS Open-source Add the .las as a point-cloud layer.
Linux2 apps
CloudCompare Open-source Open the .las to view/measure; available via Flatpak/Snap.
PDAL Open-source Command line: 'pdal info file.las' inspects it; 'pdal translate' converts LAS<->LAZ/other formats.

Technical details

deep spec
Magic bytes`LASF` (hex `4C 41 53 46`) at byte offset 0
Binary encodingLittle-endian binary throughout; not human-readable
Public header sizeFixed 227 bytes in LAS 1.4; contains file signature, point counts, bounding box, scale factors, and CRS offsets
Point data record formats11 standardized formats (0-10) defined in LAS 1.4; each adds a different attribute set
Coordinate storageX, Y, Z stored as 32-bit signed integers; real-world values recovered via per-axis scale factor and offset stored in the header
Maximum point count64-bit point-count fields in LAS 1.4 support up to 2‶³ − 1 points per file
Point attributesIntensity, return number, scan angle, classification, RGB color, near-infrared channel, GPS time, and waveform data (availability varies by format number)
Point classification codesStandardized values 0-255; e.g. 2 = Ground, 3-5 = Vegetation, 6 = Building, 9 = Water
Coordinate reference systemCRS stored in Variable-Length Records (VLRs) as WKT strings or GeoTIFF projection keys
Variable-Length Records (VLRs)Optional metadata blocks between the public header and point data; Extended VLRs (EVLRs) may follow point data in LAS 1.4
Native compressionNone; raw binary. Lossless LASzip compression produces `.laz` files (~85-90 % smaller)
MIME type`application/octet-stream` (no IANA-registered media type specific to LAS)
Extension name collision`.las` also used by Log ASCII Standard (oil-well log text files), which start with `~V` rather than the binary `LASF` signature
Released2003 (LAS 1.0); current LAS 1.4 published 2011, ASPRS
Open standardYes · royalty-free
Specificationwww.asprs.org

LAS conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with LAS 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 LAS files.

Frequently asked questions

How do I open a LAS file for free?
Use CloudCompare (the best free point-cloud viewer) or QGIS (adds .las as a point-cloud layer). Both view, measure and export LiDAR data on Windows, macOS and Linux at no cost.
What's the difference between LAS and LAZ?
They hold the same LiDAR points - LAZ is just a lossless compression of LAS, typically 10-20% of the size. LAZ decompresses back to an identical LAS, so use LAZ for storage/transfer and convert when a tool needs uncompressed LAS.
Why is my LAS file so huge?
LAS stores millions of uncompressed 3D points. Compress it to LAZ (laszip/PDAL) for a big size reduction, or tile/decimate the cloud if your software runs out of memory.
Is a .las file LiDAR or a well log?
Both formats share the extension. A binary LiDAR file starts with the bytes 'LASF'; a Log ASCII Standard well log is plain text starting with a '~Version' section. Open it in a text editor to tell them apart.
How do I view LiDAR data in QGIS?
In QGIS, use Layer > Add Layer > Add Point Cloud Layer and select the .las/.laz. You can then style by elevation or classification and generate a DEM.
How do I turn a LAS point cloud into a terrain model (DEM)?
Interpolate the points into a raster: QGIS, Global Mapper, ArcGIS Pro or LAStools (blast2dem) grid the cloud into a DEM/DTM GeoTIFF. It's a processing step, not a simple file rename.

References

1Wikipedia - Log ASCII Standard (the other .las)en.wikipedia.org
2Library of Congress - LAS (LASer) File Format, Version 1.4www.loc.gov

Keep exploring

across the database

Top extensions this week

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

Related extensions

.PKPASSApple Wallet Pass (formerly Passbook)
.DATProgram Data File (generic)
.JSONJavaScript Object Notation file
.RISResearch Information Systems citation file
.OFXOpen Financial Exchange
.CSVComma-Separated Values

Free file tools

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

Open the toolbox

Browse file extensions A-Z