🌐
MacRumors
forums.macrumors.com › macs › macos › macos
is there a shortcut to maximize a window? | MacRumors Forums
July 2, 2019 - If you mean fullscreen, it's command+control+f. It you mean window zoom, there isn't a default but one can manually be added in Keyboard System Preferences. There you can add shortcuts for anything accessible through the menu bar actually. Maximise as a window management function isn't a default behaviour available in macOS
Discussions

macos - Maximize window shortcut - Ask Different
What is the keyboard shortcut to maximize a window on OSX? I'd like to know the shortcut that is equivalent to double clicking on the window title. I do not want to make the window full screen. More on apple.stackexchange.com
🌐 apple.stackexchange.com
October 16, 2019
How do you maximize windows in MacOS?
There are 4 ways: Double-click the top bar of the window Option + Fullscreen button Option + Double-click window corners Option + Drag & expand from the window corners Use an app like Rectangle to do it with simple drag & drop moves You can also set keyboard shortcuts for these actions as well. The reason why it's so hard to do on Macs compared to Windows is because macOS is designed around non-maximized windows, unlike Windows (ironically) is actually designed more focused on maximized/fullscreen apps. I prefer Windows' way but it is what it is. By the way, you can't maximize some apps no matter how hard you try. In addition, some will always start windowed even after you maximize it once (like the Preview app) So, don't even try. Just try getting used to the windowed nature of the OS. More on reddit.com
🌐 r/MacOS
29
0
August 17, 2023
Did you know this shortcut to maximize a Mac window?
Did not know this! Thank’s. I can higly recommend Rectangle to do the same thing. More on reddit.com
🌐 r/MacOS
4
9
July 9, 2021
How do I maximize my window WITHOUT it re… - Apple Community
I'm mainly a Windows user and I got my first Mac OS device 2 years ago and up to this day, I still don't know how to do the normal Windows way of maximizing windows. Please help me. More on discussions.apple.com
🌐 discussions.apple.com
January 22, 2022
🌐
Apple Support
support.apple.com › guide › mac-help › work-with-app-windows-mchlp2469 › mac
Move and arrange app windows on Mac - Apple Support
To make a tab a separate window ... pointer over the green button in the top-left corner of an app window, then click below Fill & Arrange, or press Fn-Control-F....
🌐
Reddit
reddit.com › r/macos › how do you maximize windows in macos?
How do you maximize windows in MacOS? : r/MacOS
August 17, 2023 - There are way to do it as described in other replies, but I highly recommend the lightweight and free app Rectangle, because it gives you customizable keyboard shortcuts for various sizes and positions of windows. I created ⌘+⌥+⌃+= for maximize, and use it all the time.
🌐
MacSales.com
eshop.macsales.com › home › mac 101: window management keyboard shortcuts
Mac 101: Window Management Keyboard Shortcuts
November 13, 2019 - 3) Minimize the current window (Command + M) Minimizing a window by clicking the yellow “minimize” button or using this keyboard shortcut doesn’t close it; instead, it moves a small thumbnail image of the window down to the right side ...
🌐
DEV Community
dev.to › alialp › mac-os-keyboard-shortcut-how-to-maximise-a-minimised-window-4cdg
A Mac OS Keyboard shortcut, How to maximise a minimised window - DEV Community
December 21, 2019 - A little reminder, You cannot maximise a window with Spectacle, which has been minimized with minimize button or CMD + M ... I've been a professional C, Perl, PHP and Python developer. I'm an ex-sysadmin from the late 20th century. These days I do more Javascript and CSS and whatnot, and promote UX and accessibility. ... I don't think I ever minimise anything on MacOS, I just cover the windows up with something else.
Find elsewhere
Top answer
1 of 2
122

Assign a shortcut for the Zoom menu item (or whatever it's called in your locale) from System Preferences:

If you want the shortcut to always maximize a window to fill a screen, you can use for example Spectacle:

Or add a line like this to ~/.slate with Slate:

bind m:cmd;shift move screenOriginX;screenOriginY screenSizeX;screenSizeY

I have used FastScripts to assign a shortcut to this script:

try
    tell application "Finder" to set b to bounds of window of desktop
    try
        tell application (path to frontmost application as text)
            set bounds of window 1 to {item 1 of b, 22, item 3 of b, item 4 of b}
        end tell
    on error
        tell application "System Events" to tell window 1 of (process 1 where it is frontmost)
            try
                set position to {0, 22}
                set size to {item 3 of b, (item 4 of b) - 22}
            on error
                click (button 1 of window 1 where subrole is "AXZoomButton")
            end try
        end tell
    end try
end try

When you tell System Events to change the position and size through the accessibility API, there is a noticeable delay between when the position and the size are changed. Telling the application to change the bounds of a window is faster but it doesn't work with all applications. Other applications like Slate and Moom always use the accessiblity API.

2 of 2
44

Sorry I made a mistake about minimizing window. It's ready from Apple. So, I amended.

Answer:

  • Command-M :Minimize the active window to the Dock
  • Command-Option-M :Minimize all windows of the active application to the Dock
  • (Setup is required) :Maximize the active window

To maximize the active window(application), you must assign the operation to shortcut key as follows;

  1. Go to System Preferences>Keyboard>Shortcuts>App Shortcut, then click "+" to add shortcut key.
  2. Choose "All Application" which means this change will affect all application, put the text "Maximize" in "Menu Title" textbox and press "Command+Shift+M" in "Shortcut Key" textbox.
  3. Restart Window(Application) which you would like to affect by the shortcut key.(No reboot requred)
  4. You will find new menu item in the menu bar also.

Recommendation basis:

I recommend you to use below shortcut key instead of using default minimizing shortcut key.

To Minimize the active window(application):

Command+H :Hide active window(application)

It's possible to minimize the active window in above shortcut key but actually it's hidden the active window(application). And, if you use this shortcut key, you can switch hidden window by shortcut key which is "Command + Tab" quickly. If you minimize the active window by Command+M, you can not switch application by command + Tab quickly and you have to click the application from Dock.)

You can refer related information in below.

http://support.apple.com/kb/HT1343, http://support.apple.com/kb/PH13911

🌐
MacMost
macmost.com › 3-different-ways-to-maximize-a-window-on-a-mac.html
3 Different Ways To Maximize a Window On a Mac
July 14, 2020 - Then some other choices like Tiling Left and Right. So clicking this green button or selecting Enter Full Screen does the same thing. You can also go to View. Usually there's an Enter Full Screen command with a keyboard shortcut there. All of these will do the same thing. They take the window full screen.
🌐
Northwest Michigan University
it.nmu.edu › docs › useful-keyboard-shortcuts
Useful Keyboard Shortcuts | Technology Support Services
Keyboard shortcuts are combinations of keystrokes that allow you to quickly perform an action. They are useful and often great time-savers. This page includes a guide to a few useful combinations that will help you complete tasks more quickly. Windows Mac OSX Where can I find these keys on ...
🌐
Apple Community
discussions.apple.com › thread › 253594264
How do I maximize my window WITHOUT it re… - Apple Community
January 22, 2022 - hold the Option key use the green pill button in the upper left of the application window. This maximize screen real estate without going into full screen mode. ... Programs not covering the screen All of my programs open covering only about 80% of the screen.
🌐
Apple Support
support.apple.com › en-us › 102650
Mac keyboard shortcuts - Apple Support
1 week ago - You can then use the arrow keys ... item in the selected menu. Control-F3 or Fn-Control-F3: Move focus to the Dock. Control-F4 or Fn-Control-F4: Move focus to the active window or next window....
🌐
Jerclarke
jerclarke.org › 2010 › 03 › 15 › mac-osx-setting-a-keyboard-shortcut-for-maximizeresize-window-green-jewel
Mac OSX: Setting a keyboard shortcut for maximize/resize window (green jewel) | jerclarke.org
January 24, 2012 - I’m now using Moom (move and zoom windows) which includes a really great keyboard shortcut feature that essentially combines what i used to use (Cinch and SizeUp) ... I cannot recommend it enough, it’s another tool that’s made it’s way into my default installation on any new Mac.
🌐
OS X Daily
osxdaily.com › 2013 › 03 › 22 › 5-simple-window-management-keyboard-shortcuts-to-improve-workflow-in-mac-os-x
7 Simple Window Management Keyboard Shortcuts for Mac OS X to Improve Workflow
October 17, 2024 - Enter “Zoom” into the “Menu Title” section and then click into the Keyboard Shortcut box to define your keyboard shortcut (Control+Command+= is set in the example) Now you can hit Control+Command+= (or whatever else) to instantly zoom ...
🌐
Medium
medium.com › @mohsen-vaziri › mac-keyboard-shortcuts-for-moving-app-windows-bdff89e2d163
Mac keyboard shortcuts for arranging app windows | Medium
May 1, 2024 - Application: You can add app-specific shortcuts or shortcuts that you want available for all apps. Menu Title: Enter the title of the menu command as it appears when hovering over the green button. for example: Move Window to Left Side of Screen. Bear in mind that it has to match letter by letter. Keyboard Shortcut: Pick a keyboard shortcut.
🌐
Google Support
support.google.com › chrome › a › thread › 3456654 › what-is-the-keyboard-shortcut-to-expand-a-chrome-window-in-mac
What is the keyboard shortcut to expand a chrome window in mac? - Chrome Enterprise & Education Community
January 13, 2026 - Join the new ChromeOS and Chrome Browser Customer Community for Enterprise or the Google for Education Community Platform to connect, ask questions, and share insights with relevant peers