Solution
You can have multiple versions of LabVIEW installed on the same computer. These versions can operate alongside each other. This is true for:
- LabVIEW Release Versions: Different LabVIEW yearly release versions (for example, LabVIEW 2025 and LabVIEW 2026) can be installed on the same machine side-by-side without affecting each other.
- Bitness: You can have both 32-bit and 64-bit versions of LabVIEW on the same machine.
Different service pack versions (SP1, etc.), quarterly releases (Q1, Q3, etc.), or the original version cannot be installed side-by-side, as they are installed in the same folder.
(For example, installing LabVIEW 2018 SP1 32-bit will override the files of LabVIEW 2018 32-bit because both versions use the same installation path: C:\Program Files (x86)\National Instruments\LabVIEW 2018. Likewise, installing LabVIEW 2026 Q3 64-bit will override the files of LabVIEW 2026 Q1 64-bit because both releases use the same installation path: C:\Program Files\National Instruments\LabVIEW 2026.)
If you have LabVIEW code written in previous versions and install a later version, you are still able to open your code in previous versions.
You do not need to uninstall previous versions of LabVIEW you already have on your machine to install a newer version of LabVIEW on the same machine. Each version of LabVIEW will be installed separately and can have its modules.
Note: For a breakdown of the considerations you should take into account when looking into using different versions of LabVIEW, please see Recommendations When Using Multiple Versions of LabVIEW and LabVIEW Toolkits .