I am quite new to using Arduino. Lately, I've been doing very simple projects in which i had to install some libraries. I always install them from Tools > Manage Libraries. The problem comes when I open a new Sketch and want to use these libraries (but in this newer sketch), I have to reinstall them. Is this behaviour correct? Do libraries get installed in the "local" sketch? Is there any way in which I can install a library so that any time I open a new sketch I have them already installed?
Only if you do that very explicitly. How exactly did you install the libraries and what syntax are you using to #include them ?
For the libraries to be available to any sketch they should be installed in the libraries folder of your sketchbook folder (see File/Preferences in the IDE ).
Is that where they are ?
What is the full path to your sketchbook folder ?
Is it perhaps in a OneDrive folder ?