Share via

Question about user profiles

Andre Bunting 0 Reputation points
2026-03-09T20:38:45.8333333+00:00

i recently moved my user profiles to drive D:\profiles$\ .. that seems to be working.

I believe i have setup replication properly as well as roaming profiles.

My question here is, how can i see how much space a user profile is taking up on the drive ?

When i right click on the username and go to properties in the folder for example "Ameilia.V6".. dont know where the .v6 came from.. i see it has a file size of zero.. .. it doesnt show me if it has any file folder structure.. stating i dont have permissions to access this folder.

Secondly how would my backup software that runs as an admin user be able to backup the user profiles, if as an admin i cant read/access user profiles??

This is windows server 2025

Windows for business | Windows Server | Directory services | User logon and profiles
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. VPHAN 25,000 Reputation points Independent Advisor
    2026-03-09T21:14:17.1233333+00:00

    Hi Andre Bunting,

    The .V6 extension on your roaming profile folders is the standard naming convention used by modern operating systems like Windows 10, Windows 11, and Windows Server 2025 to differentiate profile versions. The zero-byte size and access denial you are experiencing occur because Windows automatically applies strict NTFS permissions to newly generated roaming profiles, granting Full Control exclusively to the target user and the Local System account. Since your administrator account is not on the Access Control List, Windows Explorer is blocked from reading the directory contents to calculate the actual storage size. You can verify which profiles are actively registered to the system by checking the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList registry key.

    To allow administrator access for future profiles, you must enable the Group Policy located at Computer Configuration, Administrative Templates, System, and User Profiles by turning on the setting to add the Administrators security group to roaming user profiles. For your existing folders like Ameilia.V6, you must carefully modify the permissions without permanently stripping the user of folder ownership. Taking ownership away from the user without properly restoring it can cause the User Profile Service to generate an Event ID 1521 access denied error during their next logon attempt. A safer approach to viewing the size and structure of existing folders is to execute a command line utility like dir or icacls.exe using a tool that runs under the Local System context, as that account inherently holds the required access rights.

    Your enterprise backup software successfully processes these restricted directories because it does not rely on standard user-level NTFS permissions. Backup agents typically run directly as the Local System account or leverage the Windows Volume Shadow Copy Service combined with the SeBackupPrivilege user right. This architecture grants the software the ability to read the raw file data at the volume level, bypassing the standard Windows Explorer access checks entirely and ensuring user profiles are safely archived even when administrators cannot manually browse them.

    Hope this answer brought you some useful information. If it did, please hit "accept answer". Should you have any questions, feel free to leave a comment.

    VP

    1 person found this answer helpful.

  2. Q&A Assist
    2026-03-09T20:38:57.99+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The .V6 suffix on the profile folder name is expected. It is the roaming profile version used by newer Windows 10 builds and corresponding Windows Server versions. Each OS family uses its own profile version (for example, .V2, .V3, .V4, .V5, .V6) so that profiles are kept separate and compatible.

    For example:

    • Windows 10 uses \\<servername>\\<fileshare>\\<username>.V5
    • Windows 10, version 1703 and version 1607 use \\<servername>\\<fileshare>\\<username>.V6

    So a folder like Amelia.V6 is a normal roaming profile folder for that profile version.

    Regarding size and access:

    • Roaming profiles are stored on a file share, and NTFS permissions are typically set so that only the specific user and SYSTEM have access. This is why an administrator may see “0 bytes” or get an access denied message when checking the folder properties directly.
    • The context provided does not include specific steps or tools for an administrator to enumerate profile sizes or adjust permissions for backup purposes.
    • The context also does not describe how backup software should be configured to access these protected profile folders.

    Because of that, no further supported guidance on viewing profile sizes or configuring backup access can be given from the available information.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.