Organizational Unit
An organizational unit (OU) is a container used to group related items, such as user accounts, computers, or cloud accounts, so they can be organized and managed together as a single unit. Grouping items this way makes administration simpler and lets administrators apply consistent management to everything in the container. The exact objects an OU can hold and how it is used depend on the platform.
An organizational unit (OU) is a logical container construct used to organize and delegate administration over grouped objects within a directory or account-management hierarchy. In Microsoft Active Directory, an OU is a container within a domain that can hold objects such as users, groups, and computers, and is commonly used as a scope for delegated administration and, depending on configuration, for policy application. The term is also used outside Active Directory: Microsoft Entra Domain Services supports creating custom OUs within a managed domain, and AWS Organizations uses OUs to group AWS accounts for administration as a single unit. IBM documentation additionally describes an OU as a construct representing an organization whose resources are logically separated from those of other, similar organizations. Precise capabilities, including which object types an OU may contain and what management functions it scopes, vary by platform and deployment.
Why it matters
Organizational units are foundational to how administrators impose structure on otherwise flat collections of directory or account objects. By grouping related users, computers, groups, or cloud accounts into containers, administrators can reason about and manage large populations as coherent units rather than as individual objects. This structural clarity underpins both operational efficiency and the ability to reason about who administers what within a directory or account hierarchy.
The more consequential value of OUs lies in delegated administration. In Microsoft Active Directory, an OU is commonly used as a scope for delegating administrative control, so that responsibility over a subset of objects can be granted without handing over domain-wide authority. In AWS Organizations, grouping accounts into OUs allows administration as a single unit, which simplifies the management of many accounts. A poorly designed OU structure can therefore complicate delegation and management, while a well-planned one supports least-privilege administration and consistent handling of grouped resources.
Because the exact capabilities of an OU, including which object types it may contain and what management functions it scopes, vary by platform, treating OUs interchangeably across Active Directory, Entra Domain Services, and AWS Organizations can lead to misconfigured delegation or policy scoping. Understanding the platform-specific semantics is important for administrators who rely on OUs as a boundary for administrative control.
Who it's relevant to
Inside OU
Common questions
Answers to the questions practitioners most commonly ask about OU.