What is the default directory support packages are installed to?

13 views (last 30 days)

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 13 Feb 2026 at 0:00
Edited: MathWorks Support Team on 13 Feb 2026 at 13:22
The default location of the root folder on each platform is the following, where R20XXy is your specific MATLAB release (e.g., R2023b):
For Windows, the default root directory is :
R2016b or Newer:
C:\ProgramData\MATLAB\SupportPackages\R20XXy
R2016a or Older:
C:\MATLAB\SupportPackage\R20XXy

 

For Linux, the default root directory is:
/home/$USER/Documents/MATLAB/SupportPackages/R20XXy

 

For macOS, the default root directory is
/Users/$USER/Documents/MATLAB/SupportPackages/R20XXy

 

Note: You may see folders appended with _n, for example, R2023b_1. This happens if a folder existed at the default location and was not empty for a new MATLAB installation. In this case, MATLAB sets the root folder location to the default location appended with _n.

More Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!