How to Hide Taskbar on Mac: Complete Guide to Auto-Hiding Your Dock
Coming from Windows? You're probably searching for how to hide taskbar on Mac — and discovering that Apple does things a little differently. On macOS, that bottom bar with all your app icons isn't called the taskbar. It's called the Dock. But the good news is: yes, you can absolutely hide it, and doing so is one of the quickest ways to reclaim valuable screen space.
Whether you want a cleaner desktop, more room for your work, or just prefer a minimalist aesthetic, hiding your Mac's Dock takes only a few clicks. This guide covers every method available in 2025 — from basic system settings to advanced automation with tools like DockFlow that give you complete control over when and how your Dock appears.
Let's get that taskbar (Dock) out of your way.
Mac Taskbar vs. Windows Taskbar: What's the Difference?
Before diving into the how-to, let's clear up some terminology — especially if you've recently switched from Windows.
On Windows, the taskbar sits at the bottom of your screen and shows:
- The Start menu
- Pinned applications
- Currently running apps
- System tray with notifications and utilities
- Clock and date
On Mac, these functions are split between two elements:
The Dock — The row of app icons at the bottom (or side) of your screen. This is what you're looking to hide. It shows pinned apps, running applications, and recent files/folders.
The Menu Bar — The strip at the top of your screen containing the Apple menu, app menus, and status icons (Wi-Fi, battery, clock, etc.). This is separate from the Dock.
When people search for how to hide taskbar on Mac, they almost always mean the Dock. That's what we'll focus on — though we'll touch on Menu Bar hiding too for completeness.
How to Hide Taskbar on Mac: The Quick Method
Ready to hide your Dock right now? Here's the fastest approach.
Using System Settings (macOS Ventura and Later)
1. Click the Apple menu () in the top-left corner
2. Select System Settings
3. Click Desktop & Dock in the sidebar
4. Find "Automatically hide and show the Dock"
5. Toggle it on
Your Dock immediately slides off-screen. To access it again, simply move your cursor to the edge of the screen where your Dock normally lives (bottom by default). It slides back into view, ready for use.
Using System Preferences (Older macOS Versions)
On macOS Monterey and earlier, the steps are slightly different:
1. Click the Apple menu ()
2. Select System Preferences
3. Click Dock & Menu Bar
4. Check the box for "Automatically hide and show the Dock"
Same result, different interface.
The Keyboard Shortcut Method
Don't want to dig through settings? There's a faster way:
Press Command + Option + D
This keyboard shortcut instantly toggles Dock auto-hide on and off. It's the same as changing the setting manually — just faster. Use it whenever you want to quickly show or hide your Dock without interrupting your workflow.
Pro tip: This shortcut is a lifesaver during presentations or screen recordings when you want to hide your Dock temporarily without changing your permanent settings.
How to Hide Taskbar on Mac Using Terminal
Prefer command-line control? Terminal offers additional options for hiding your Dock, including some behaviors you can't access through System Settings.
Basic Auto-Hide Toggle
Open Terminal (search for it in Spotlight with Command + Space) and enter:
defaults write com.apple.dock autohide -bool true; killall Dock
To disable auto-hide:
defaults write com.apple.dock autohide -bool false; killall Dock
Remove the Auto-Hide Delay
By default, there's a slight delay before your hidden Dock appears when you move your cursor to the screen edge. This can feel sluggish. Remove the delay entirely:
defaults write com.apple.dock autohide-delay -float 0; killall Dock
To restore the default delay:
defaults delete com.apple.dock autohide-delay; killall Dock
Speed Up the Animation
The Dock's slide-in animation can also be accelerated:
defaults write com.apple.dock autohide-time-modifier -float 0.3; killall Dock
Lower values mean faster animation. Set it to 0 for instant appearance:
defaults write com.apple.dock autohide-time-modifier -float 0; killall Dock
Reset to default:
defaults delete com.apple.dock autohide-time-modifier; killall Dock
Combining Commands
Want zero delay AND instant animation? Combine them:
defaults write com.apple.dock autohide -bool true; defaults write com.apple.dock autohide-delay -float 0; defaults write com.apple.dock autohide-time-modifier -float 0; killall Dock
This creates the snappiest possible hidden Dock experience.
How to Hide Taskbar on Mac in Specific Situations
Sometimes you don't want your Dock hidden all the time — just in certain scenarios. Here's how to handle common situations.
Hiding the Dock for Full-Screen Apps
Good news: macOS automatically hides the Dock when you enter full-screen mode for any app. You don't need to configure anything.
To enter full-screen mode:
- Click the green button in any app's title bar, OR
- Press Control + Command + F
Your Dock (and Menu Bar) disappear, giving the app your entire display. Move your cursor to the bottom of the screen to temporarily reveal the Dock if needed.
Hiding the Dock During Presentations
When presenting to clients or recording your screen, a cluttered Dock can be distracting — or worse, embarrassing if you have questionable apps visible.
Quick solutions:
- Use Command + Option + D to toggle auto-hide before presenting
- Enter full-screen mode in your presentation app
- Use DockFlow to switch to a "Presentation Mode" profile with only relevant apps
DockFlow excels here because you can create a minimal Dock profile specifically for presentations — showing only Keynote, PowerPoint, or your presentation tool — and switch to it with a single keyboard shortcut. When the presentation ends, switch back to your normal setup instantly.
Hiding the Dock on External Monitors Only
Working with multiple displays? You might want the Dock visible on one screen but hidden on others.
macOS doesn't offer this natively, but DockFlow provides exactly this functionality. You can:
- Lock your Dock to a specific display
- Set different hide/show preferences per monitor
- Create profiles for different display configurations
This is particularly useful if you have a main productivity monitor where you want quick Dock access, plus a reference monitor you prefer to keep completely clear.
How to Hide the Menu Bar Too
While we're discussing how to hide taskbar on Mac, you might also want to hide the Menu Bar at the top of your screen for a truly minimal look.
Auto-Hide Menu Bar in System Settings
1. Open System Settings
2. Click Desktop & Dock
3. Find "Automatically hide and show the menu bar"
4. Choose your preference:
- Always — Menu Bar stays hidden
- On Desktop Only — Hides on desktop, shows in apps
- In Full Screen Only — Default behavior
- Never — Always visible
Creating a Completely Clean Desktop
Combine Menu Bar and Dock hiding for maximum screen space:
1. Enable "Automatically hide and show the Dock"
2. Set Menu Bar to "Always" auto-hide
3. Consider hiding desktop icons too (use Finder > View > Hide Desktop Icons or a third-party tool)
You now have a completely clean workspace. Your entire screen is available for actual work, with system elements appearing only when summoned.
This setup pairs beautifully with keyboard-centric workflows. Use Raycast to launch apps, and keyboard shortcuts for navigation. The Dock becomes a backup interface rather than your primary tool.
Troubleshooting: Dock Won't Hide or Stay Hidden
Running into issues with your hidden Dock? Here are solutions to common problems.
Dock Keeps Reappearing
If your Dock won't stay hidden, an app is probably demanding your attention.
Fix:
1. Look for a bouncing app icon — click it to address the notification
2. Check for red badge indicators on app icons
3. Look in the right section of your Dock for downloading files or background tasks
Apps with notifications can force the Dock to appear. Address or disable these notifications if you want the Dock to stay hidden.
Dock Won't Appear When Needed
Sometimes the hidden Dock seems unresponsive to your cursor.
Fix:
- Move your cursor more firmly against the screen edge — be deliberate
- Check that your Dock position hasn't changed (System Settings > Desktop & Dock > Position on screen)
- Restart the Dock by running in Terminal:
killall Dock - Ensure no full-screen app is capturing the screen edge
Auto-Hide Keeps Turning Off
If your Dock auto-hide setting reverts after restart, your preferences might be corrupted.
Fix:
1. Open Terminal
2. Run: defaults delete com.apple.dock; killall Dock
3. Re-enable auto-hide through System Settings
This resets all Dock preferences to default, clearing any corruption.
Hidden Dock Is Too Slow
Does your Dock take forever to appear when you need it?
Fix: Use the Terminal commands from earlier to remove the delay:
defaults write com.apple.dock autohide-delay -float 0; defaults write com.apple.dock autohide-time-modifier -float 0.2; killall Dock
Adjust the values until the speed feels right for your workflow.
Benefits of Hiding Your Mac's Dock
Still wondering if you should hide your Dock? Here's what you gain:
More Screen Real Estate
The Dock consumes vertical space — especially if you have many apps or use larger icons. Hiding it reclaims this space for:
- More visible code in your editor
- Larger spreadsheet views
- Bigger design canvases
- Less scrolling in documents
On smaller screens like MacBook Air displays, this extra space is significant.
Reduced Visual Distraction
A visible Dock constantly pulls attention. Those colorful icons, bouncing notifications, and badge counters are designed to catch your eye — which is exactly what you don't want during focused work.
A hidden Dock removes this visual noise entirely. Out of sight, out of mind.
Cleaner Aesthetic
Many users simply prefer the look of a clean desktop without a permanent Dock. It creates a more elegant, focused workspace that feels less cluttered and more intentional.
Better for Presentations and Recording
Nothing looks less professional than a cluttered Dock appearing during a client presentation or YouTube tutorial. Auto-hiding keeps your interface clean for viewers.
Take Control of Your Dock Visibility
Learning how to hide taskbar on Mac is just the beginning. Whether you use the simple System Settings toggle, keyboard shortcuts for quick changes, or Terminal commands for precise control — you now have every tool you need to manage your Dock visibility.
For most users, the built-in auto-hide works perfectly. But if you want smarter control — profile-based visibility, automation rules, per-monitor settings, and instant profile switching — DockFlow transforms your Dock from a static interface element into a dynamic, context-aware tool that adapts to how you actually work.
A hidden Dock means more screen space, fewer distractions, and a cleaner workspace. Try it for a week — you might never go back.
On Mac, the taskbar is called the Dock. To hide it, go to System Settings > Desktop & Dock and enable "Automatically hide and show the Dock." Or simply press Command + Option + D to toggle auto-hide instantly.
The auto-hide feature keeps the Dock hidden until you move your cursor to the screen edge. There's no built-in way to disable this reveal completely. However, you can set a very long delay using Terminal commands to make it effectively permanent during normal use.
Usually because an app is requesting attention — look for bouncing icons or notification badges. Apps with pending notifications can force the Dock to appear. Address or dismiss these notifications to keep the Dock hidden.
Use Terminal to remove the built-in delay: `defaults write com.apple.dock autohide-delay -float 0; killall Dock`. You can also speed up the animation with: `defaults write com.apple.dock autohide-time-modifier -float 0.2; killall Dock`.
macOS doesn't offer this natively, but DockFlow provides per-monitor Dock control including separate hide/show preferences for each connected display.
Press Command + Option + D to instantly toggle Dock auto-hide on or off. This is the fastest way to show or hide your Dock without opening System Settings.
Yes. Enable Dock auto-hide in System Settings > Desktop & Dock, then set "Automatically hide and show the menu bar" to "Always" in the same settings panel. This creates a completely clean screen with both elements hidden.
Frequently Asked Questions
How do I hide the taskbar on Mac?
Can I hide the Dock permanently without it coming back?
Why won't my Dock stay hidden?
How do I make the hidden Dock appear faster?
Can I hide the Dock on one monitor but show it on another?
What's the keyboard shortcut to hide the Dock on Mac?
Can I hide both the Dock and the Menu Bar?