Once you are familiar with Windows OS, you will realize that Microsoft creates different partitions on your HDD/SSD which is then split into volumes. These volumes are then dedicated to your OS, Recovery partition, OEM data, and more which helps the system operate smoothly. Additional SSDs on your can also be partitioned and you can create different Volumes which can then be used to store additional data or even boot other Operating Systems using Virtual Machines.
Sometimes these Volumes can end up being larger than needed which can make precious storage space in the volume unusable. You can extend or shrink volumes in Windows 11 (or Windows 10) to add additional storage space or reduce space depending on your preferences. Let’s take a look at how you can extend a volume in Windows 11 or Windows 10.
Correlati: Come cancellare un disco rigido su Windows 11
Contenuti
Metodo n. 01: utilizzo delle impostazioni di archiviazione
Avvia l'app "Impostazioni" sul tuo sistema e fai clic su "Archiviazione".

Fare clic su "Impostazioni di archiviazione avanzate".
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
Ora fai clic su "Dischi e volumi".
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
Fare clic e selezionare il volume che si desidera estendere.
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
Seleziona "Proprietà".
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
Fai clic su "Cambia dimensione" ora.
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
Inserisci la tua nuova dimensione per il volume selezionato nella casella di testo dedicata.
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
Al termine, fai clic su "Ok".
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
Windows ora si occuperà di tutto in background e il volume selezionato dovrebbe essere automaticamente esteso sul tuo sistema.
Metodo n. 02: utilizzo dello strumento di gestione del disco
Press Windows + X on your keyboard to open up a list of management tools. Select and launch ‘Disk Management’.
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
Once open, you will be presented with the homepage where you can see all the currently installed drives on your system. You should also be able to view all the different volumes currently present on each SSD and HDD. Start by right-clicking on the Volume that you wish to extend and select ‘Extend Volume’.
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
Windows will now fire up the disk management utility. Click on ‘Next’ in this utility to get started.
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
You will now see the available free space under the ‘Available’ section. If there are unused volumes that can be used to extend the current volume, then they will also show up in this section.
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
Click on the free storage space you wish to use to extend your current Volume and then click on ‘Add’.
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
Lo spazio libero/volume inutilizzato verrà ora spostato nella sezione "Selezionati". Fare clic su "Avanti" per iniziare ad estendere il volume attualmente selezionato.
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
Infine, fai clic su "Fine".
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
E questo è tutto! Ora dovresti aver esteso il volume attualmente selezionato alla tua dimensione preferita.
Nota: se stai cercando di cambiare un'unità dinamica in un'unità di base, Windows visualizzerà un messaggio di avviso. Basta fare clic su "Sì" per procedere con il processo. Nel caso in cui il processo non sia in grado di completare la sua attività, sarà necessario riformattare lo spazio extra in NTFS per completare correttamente questo processo.
Correlati: Come controllare lo stato della batteria Windows 11
Metodo #03: utilizzo del prompt dei comandi
Questo metodo può tornare utile se sei in modalità provvisoria o di ripristino e hai problemi ad accedere alle tue unità. Diamo una rapida occhiata alla procedura.
Press Ctrl + Shift + Esc on your keyboard to launch the Task Manager. Now click on ‘File’ in the top left corner and select ‘Run new task’.
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
Now type in ‘CMD’ in the empty text box and check the box for ‘Create this task with administrative privileges’. Click on ‘Ok’ once you are done.
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
An elevated Command Prompt window will now appear on your screen. Type in the following command and press enter.
diskpart
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
You will now have entered the disk partition menu for command prompt. Type in the command listed below and press Enter again.
list disk
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
You will now get a list of all the available disks currently installed on your system. Find and identify the disk you wish to use to extend your current Volume. Ensure that you remember its name.
Now type in the following command and press ‘Enter’ once again. Replace ‘’ with your disk’s number.
select disk
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
Ora dobbiamo trovare il volume. Immettere il seguente comando per ottenere un elenco dei volumi correnti sul disco selezionato.
detail disk
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
Ora è il momento di annotare il numero del volume che si desidera utilizzare per estendere il volume desiderato. Una volta fatto, digita il seguente comando e sostituisci '' con il numero del volume selezionato da te.
select volume
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
Ora digita uno dei seguenti comandi di estensione a seconda delle tue esigenze.
- estendere: utilizzare questo se si desidera utilizzare l'intero spazio non allocato nel volume selezionato per l'estensione.
- extend size=0MB: utilizzare questo se si desidera utilizzare solo una parte dello spazio non allocato per l'estensione. Sostituisci "0" con la taglia desiderata.
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
Premi semplicemente 'Invio' per eseguire i comandi.
E questo è tutto! Il volume desiderato dovrebbe ora essere esteso. Digita semplicemente "Esci" per chiudere il prompt dei comandi.
Correlati: Come interrompere i popup su Windows 11
Metodo n. 04: utilizzo di Powershell
Premi Windows + Ssulla tastiera e cerca PowerShell. Fai clic su "Esegui come amministratore" una volta visualizzato nei risultati di ricerca.
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
Digita il seguente comando e premi invio.
Get-Partition
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
Ora vedrai un elenco di tutte le unità e i volumi disponibili sul tuo sistema. Prendere nota della lettera dell'unità e del numero del volume o della partizione che si desidera utilizzare per l'estensione corrente.
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
Ora digita il seguente comando e premi invio. Sostituisci '' con la lettera dell'unità annotata nel passaggio precedente.
Get-PartitionSupportedSize -DriveLetter
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
Powershell ora ti mostrerà le dimensioni massime e minime supportate dall'unità corrente per la riallocazione. Questi numeri saranno importanti in quanto non sarai in grado di estendere l'unità oltre il suo valore "Sizemax".
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
Finally, type in the command below and press enter. Replace ‘’ with the letter of the drive you wish to extend and replace ‘’ with the size of the unallocated space you wish to use for extension. Similarly, use either MB or GB depending on the size of your unallocated space. You can also use ‘TB’ if you are dealing with large amounts of unallocated space.
Note: ‘’ can not be larger than the ‘Sizemax’ value supported by the selected drive.
Resize-Partition -DriveLetter -Size MB/GB
![Come estendere il volume Windows 11 o Windows 10 Come estendere il volume Windows 11 o Windows 10]()
Wait for the process to finish. Once finished, simply type in ‘exit’ to close Powershell.
We hope you were able to easily extend your disk volume using this guide. If you have any more questions or face any issues, feel free to reach out using the comment section below.
RELATED