---
title: isMiniaturized
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nswindow/isminiaturized
---

# isMiniaturized

A Boolean value that indicates whether the window is minimized.

## Declaration

```swift
var isMiniaturized: Bool { get }
```

## Discussion

Discussion The value of this property is true if the window is minimized; otherwise, false. A minimized window is removed from the screen and replaced by a image, icon, or button that represents it, called the counterpart.

## See Also

### Minimizing Windows

- [performMiniaturize(_:)](appkit/nswindow/performminiaturize(_:).md)
- [miniaturize(_:)](appkit/nswindow/miniaturize(_:).md)
- [deminiaturize(_:)](appkit/nswindow/deminiaturize(_:).md)
- [miniwindowImage](appkit/nswindow/miniwindowimage.md)
- [miniwindowTitle](appkit/nswindow/miniwindowtitle.md)
