New toolboxes have just been added to my license. How do I install additional toolboxes into an existing installation of MATLAB?
John Williams answered .
2026-04-23
You don’t need to reinstall MATLAB to add new toolboxes. There are three direct ways, and choosing the wrong one wastes time.
Run the MathWorks Installer again and select only the toolboxes you’re missing.
It installs into your existing MATLAB setup—no duplication, no reset.
Inside MATLAB, open the Add-On Explorer.
Search → click → install.
This is the fastest route, but only works if your license allows it.
If you’re scripting setups or working in CI/CD pipelines, use the MATLAB Package Manager from your terminal.
This is the only scalable option if you're managing multiple systems.