What are the differences between LAS point clouds and LAZ? 4 things to know before converting
By LRTK Team (Lefixea Inc.)
Table of Contents
• First, outline the differences between LAS point clouds and LAZ.
• Note 1: Do not mistake the difference between compressed and uncompressed for a difference in accuracy.
• Note 2: Check the coordinate system and header information before conversion
• Note 3: Align the recipient's supported specifications in advance.
• Note 4 Clarify the purpose of the conversion and separate operations
• Criteria to Avoid Failure in Practical LAS Point Cloud Work
• Summary
First, outline the differences between LAS point clouds and LAZ
In practical work dealing with LAS point clouds, it is important not to judge the difference between LAS and LAZ based solely on the impression of the words. LAS is an open binary format widely used for exchanging and storing point cloud data, and it can hold various attributes needed in practice, not only coordinate values but also intensity, classification, return information, time, color, and information related to projection. LAZ, on the other hand, is treated as a losslessly compressed form of LAS, and it is not a format that changes the point cloud's content itself into something different. In other words, the relationship between LAS and LAZ is similar to the feeling that the essence of drawing data remains the same while only the method of storage changes, and the meaning and use of the point cloud do not fundamentally change. The Library of Congr
If this difference is not properly understood, unnecessary reconversions, wasteful increases in storage size, and confusion when sharing are likely to occur in the field. In particular, the understanding that 'LAS is more accurate because it is the original data' or 'LAZ is lighter but its quality is lower' can lead to incorrect operational decisions. Even in the distribution and delivery practices of public agencies, LAZ is widely adopted for storing and transferring point clouds not simply because it is smaller, but because it makes point clouds easier to handle while preserving their content. Therefore, when considering the differences between LAS and LAZ, the starting point should be to organize around the difference in storage form—whether uncompressed or losslessly compressed. USGS Science Data
What practitioners need to grasp is not just the difference in extensions such as LAS or LAZ, but the entire workflow: what attributes are included, which specifications are used to record them, and who uses them at which stage. Point clouds involve the transfer of information at every stage—acquisition, adjustment, classification, mapping/visualization, sharing, storage, and reuse. Therefore, the choice of file format should be considered not merely a method of storage but a practical decision that directly affects work efficiency, compatibility, and the ability to avoid problems. If you perform conversions while leaving this ambiguous, it will likely lead to later problems such as "cannot open," "missing classifications," "coordinates don't match," or "being asked to resubmit by the client." ArcGIS
Note 1: Do not mistake the difference between compressed and uncompressed for a difference in accuracy
The first point to note is not to equate conversion to LAZ with a loss of accuracy. LAZ is generally treated as lossless, reversible compression, and it is assumed that after decompression it can be restored to the identical bit sequence of the original LAS. In other words, when converted properly, converting to LAZ itself does not degrade coordinate values or classifications. If, without knowing this premise, you assume “because it’s lighter, it must have lost information,” unnecessary validation and duplicate storage will increase and operations will become heavier. A reduction in file size is a separate matter from a reduction in the integrity or meaning of survey deliverables. Clarifying this distinction is the first step in choosing a format. laszip.org+2USGS Science Data
However, what should be noted here is that the claim of no degradation applies to the compression method itself, and does not mean that the entire conversion process is free from errors. In practice, the problem is not that you converted LAS to LAZ, but that during conversion you passed through another format and lost attributes, changed the handling of coordinates, or made mistakes in scale or offset settings. In other words, what affects accuracy is not “because it’s LAZ” but “which procedures, under what conditions, and to what extent the original information was preserved during conversion.” If you do not separate these issues, you will misidentify the real cause. Even if you only suspect the format, if header settings or attribute preservation are deficient, you will repeat the same problem over and over. ArcGIS Pro+2lvermg
Moreover, because LAZ achieves significant reductions in file size, it offers major advantages for storage, sharing, and distribution. There is a clear reason why LAZ is adopted for public distribution and the circulation of large point clouds: capacity and transfer efficiency. As point cloud data increases rapidly with the area covered, reading, writing, and transferring it impose heavy loads each time. That is precisely why the ability to reduce size while maintaining accuracy is highly practical in the field. If you properly understand the advantages in terms of storage, there is no need to treat LAS as always the correct choice and LAZ as a compromise. Rather, in many cases making LAZ the default format according to the use case will better streamline the overall workflow.
Note 2 Check the coordinate system and header information before conversion
The second point to watch is to always check the basic header information—coordinate system, scale, offsets, extents, number of points, etc.—before conversion. LAS-format point cloud files do not merely contain a collection of points; their headers hold important management information, such as how many points exist within which extents and what coordinate representation they are stored in. If this information is disrupted, the file may open visually yet be mispositioned, fail to align with other data, or become unreadable in downstream processes. Even if a file conversion appears successful, inconsistencies in the header information constitute a practical failure. Rather than being reassured by only checking the point count before and after conversion, you should make it a habit to compare the management/header information as well. ArcGIS Pro+2lvermg
What to pay particular attention to is the handling of coordinate system information. On site, even the same point cloud may be based on different reference systems—such as the geodetic coordinate system, a plane rectangular coordinate system, or a local coordinate system. If this information is omitted, incorrect, or saved in a different notation during conversion, it will later become impossible to link the data to drawings, photographs, design coordinates, and control point results. Problems with point cloud data often arise not from visible point cloud quality but from such deficiencies in handling coordinates. Especially in projects where multiple people circulate the data, operating based only on the assumptions in each worker’s head destroys reproducibility. Before conversion, you should confirm at the documentation level the source data’s coordinate system, horizontal and vertical units, how elevations are treated, and whether projection information is present. USGS+2ArcGIS
Also, handling of scale and offsets in point cloud files is important. Even if the coordinates appear identical visually, if the internal representation settings are inappropriate, problems can arise in preserving fine positional relationships or in recomputation. In practice, after conversion the overall position may be correct, yet downstream processes can feel off due to local coordinate rounding or processing differences. This is caused by the superficial check of "the file opened, so it's fine." In point cloud conversion, you must verify not only whether the file can be opened but whether it can be used in the same sense as the source data. Comparing the coordinate system, header, scale, and offset before and after conversion is the most cost-effective quality control. ArcGIS Pro+2lvermg
Note 3: Standardize the recipient's supported specifications in advance
The third point to note is that before performing any conversion work, you must always confirm which specifications the recipient supports. LAS and LAZ are not just simple differences in file extensions; internally there are differences in specification versions and point data record formats. Because of this, data that can be read without issue on our side may not open in the recipient’s environment, may have only some attributes readable, or may lose classifications or colors. In particular, in older viewing environments or limited processing environments, differences in specification can have a greater impact than whether compression is present. What matters in practice is not that the converted file is theoretically correct, but that it can be reliably reused in the recipient’s workflow. sup
This point is especially important for delivery and external sharing. In public specifications, there are cases where specific conditions are specified for compression formats, versions, and georeference information in the header. In other words, not any LAZ will do—you need to prepare it to match the required format. A common mistake on site is converting files solely to improve local workflow efficiency and checking the recipient’s specifications afterwards. As a result, reconversion or resubmission occurs, and the cost of rework can outweigh quality. File conversion should not be the final finishing step but should be decided up front as part of the project’s requirements definition.
Furthermore, reading compressed formats may require the recipient's environment to have the appropriate import/load functionality. Even if you can handle them directly in your own environment, other processing systems may assume decompression features or supporting libraries. If you ignore this difference, data that is otherwise correct can be regarded as "unopenable files." That is why, before converting, you should confirm "who will use it at which stage," "whether it will only be viewed or also edited or reclassified," and "whether compressed data can be processed directly," and, if necessary, decide to manage both LAS and LAZ. Not only the correctness of the specification but also compatibility with the target environment determines practical quality.
Point 4 Clarify the purpose of conversion and separate operations
The fourth point to note is: do not switch back and forth between LAS and LAZ without clearly stating why you are converting. Point cloud conversions have several purposes, such as reducing storage size, matching delivery formats, adapting to analysis environments, or organizing for long-term archival. However, if you convert on an ad hoc basis without defining the purpose, it becomes unclear which file is the original, which is for distribution, and which is for working use, making it easy to confuse the latest version or to overlook missing attributes. Format conversion is convenient, but precisely because it is convenient it requires proper control. In practice, rather than "convert only when necessary," deciding in advance "which format to keep for which purpose" reduces accidents. USGS+2ArcGIS
For example, if you prioritize original preservation, it is effective to strictly preserve the point cloud acquired immediately after capture as the master copy for management and to circulate shared or distributed copies in lightweight formats. Conversely, for projects that frequently require sending data to other departments or external parties, designing primarily around a shareable format from the outset can make operations easier. What matters here is not which approach is superior, but dividing roles according to purpose. A workflow that requires manual judgment on each conversion will fall apart the moment the person in charge changes. If you formalize rules covering folder structure, naming, conversion conditions, and verification items, the handling of point clouds becomes much more stable. ArcGIS Pro+2USGS Science Data
Also, if the purpose of conversion is unclear, unnecessary recompression and decompression tend to be repeated. Processes that should be done once end up occurring multiple times, increasing processing time, storage requirements, and the effort needed for checks. Because point clouds have a large data volume per item, even small inefficiencies can become a significant burden across an entire project. Precisely for that reason, conversion should be considered not as a one-off task but as part of point cloud operational design. By clarifying at which point LAS is necessary and from which point LAZ is sufficient, the data flow on site will be organized, making it easier to find later, explain, and hand over.
Decision Criteria to Avoid Failure in Practical LAS Point Cloud Work
Given the above, the criteria for avoiding failures in practical use of LAS point clouds are very clear. First, understand the difference between LAS and LAZ as a difference in storage format rather than accuracy. Second, check the coordinate system and header information before and after conversion. Third, confirm the recipient's specifications and the intended usage environment in advance. Fourth, determine the purpose of the conversion and separate the roles of the original, the working copy, and the shared copy. If these four points are observed, the operation of LAS point clouds will be much more stable. Conversely, many of the problems that occur in the field are caused by omitting one of these. Knowledge of file formats is not about memorizing fine terminology; it is about anticipating and eliminating the root causes of incidents. The Library of
Especially in tasks where the accuracy of positional information is critical—such as surveying, civil engineering, maintenance, and as-built verification—the consistency of coordinates and workflows is more important than the visual appearance of the point cloud itself. No matter how high-density and easy-to-read a point cloud is, its practical value diminishes if it is not tied to drawings, photographs, design values, control points, and on-site checks. In that sense, choosing between LAS and LAZ is not merely a matter of data compression, but a matter of management: how to circulate positional information on site in a reliably trustworthy form. The more adept the person handling point clouds is, the more they prioritize consistency of format, coordinates, attributes, and handover conditions over flashy processing. Strong operations in those areas directly translate into delivery quality and ease of reuse.
ArcGIS
Furthermore, as work involving point clouds expands, the key ultimately becomes how to verify positions quickly and reliably. Even if you carefully manage LAS point clouds and LAZ files, if re-establishing reference positions on site takes time each time, the overall operational efficiency will not improve. That is why, alongside point cloud operations, having a system that enables rapid centimeter-level position verification (cm level accuracy / half-inch accuracy) on site is of great practical significance. In situations where you want to smoothly carry out checking control points, determining the locations of reference points, and correlating drawings or point clouds with the field, high-precision positioning devices such as LRTK that can be attached to an iPhone support faster and more reliable on-site decision-making. If you want to streamline the processes before and after handling LAS point clouds, in addition to understanding data formats you should also have means for high-precision on-site position verification in place. ArcGIS
Summary
The difference between LAS point clouds and LAZ affects practical work more than it appears. However, its essence is not difficult. LAS is the standard uncompressed format for storing point clouds, while LAZ is a losslessly compressed format that reduces size while preserving the same content. What matters is not to decide universally which is superior, but to choose based on which process, what specifications, and who will use it. Points to check before conversion are: do not confuse compression with precision; reconcile coordinate systems and header information; align the recipient’s supported specifications in advance; and clarify the purpose of conversion and separate operations accordingly. By keeping these four points in mind, LAS point cloud management becomes markedly more stable and reduces rework in later processes. Furthermore, to make point cloud data useful in the field, it is important not only to consider the contents of the data but also to be able to perform fast and accurate on-site position confirmation. Using LRTK makes it easier to perform centimeter-level (cm level accuracy, half-inch accuracy) position checks with an iPhone, and can also lead to more efficient control point surveying and on-site coordinate verification. If you want to truly leverage LAS point cloud operations in practice, considering both an understanding of file formats and the efficiency of field positioning together is the strongest approach going forward. The Library of Congress+2USGS Science Data
Next Steps:
Explore LRTK Products & Workflows
LRTK helps professionals capture absolute coordinates, create georeferenced point clouds, and streamline surveying and construction workflows. Explore the products below, or contact us for a demo, pricing, or implementation support.
LRTK supercharges field accuracy and efficiency
The LRTK series delivers high-precision GNSS positioning for construction, civil engineering, and surveying, enabling significant reductions in work time and major gains in productivity. It makes it easy to handle everything from design surveys and point-cloud scanning to AR, 3D construction, as-built management, and infrastructure inspection.


