Can I Install Multiple Versions of LabVIEW on the Same Computer?

Updated Aug 6, 2026

Reported In

Software

  • LabVIEW

Issue Details

  • Can a later version of LabVIEW be installed without affecting the existing LabVIEW installation?
  • Can VIs still be opened using an earlier LabVIEW version after installing the later version? 
  • How can I properly install a newer version of LabVIEW if I already have previous versions of LabVIEW installed on the same machine?

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 .

Additional Information

  • When running various versions, you will want to check that your desired versions are compatible with your operating system:
  • If you open a project or VI without manually selecting the LabVIEW program, LabVIEW will automatically launch in the version that was last used. For example: 
    • If the last open instance of LabVIEW was 2012 and you try to open a LabVIEW 2017 VI, the LabVIEW will attempt to open the VI in the LabVIEW 2012 environment. In this case, this will result in a version compatibility error.
    • Conversely, if the last open instance of LabVIEW was 2017 and you try to open a LabVIEW 2012 VI, LabVIEW will open the VI in the LabVIEW 2017 environment. If you make any changes to the VI and save or run it, it will be compiled to be a LabVIEW 2017 VI.