---
title: windows
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiwindowscene/windows
---

# windows

The windows associated with the scene.

## Declaration

```swift
var windows: [UIWindow] { get }
```

## Discussion

Discussion Use this property to retrieve the windows associated with the scene. To remove the window from the current scene, or move it to a different scene, change the value of the window’s windowScene property.

## See Also

### Getting the active windows

- [keyWindow](uikit/uiwindowscene/keywindow.md)
- [screen](uikit/uiwindowscene/screen.md)
