• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

TinyGrab

Your Trusted Source for Tech, Finance & Brand Advice

  • Personal Finance
  • Tech & Social
  • Brands
  • Terms of Use
  • Privacy Policy
  • Get In Touch
  • About Us
Home » How to crop a screenshot on my MacBook?

How to crop a screenshot on my MacBook?

May 14, 2025 by TinyGrab Team Leave a Comment

Table of Contents

Toggle
  • How to Crop a Screenshot on Your MacBook: A Deep Dive
    • The Quick Action Method: Instant Cropping
      • Steps for Quick Action Cropping:
    • The Preview App Method: Precise and Powerful
      • Steps for Cropping with Preview:
    • Standard Screenshot Keyboard Shortcuts
    • FAQs: Mastering Screenshot Cropping on Your MacBook
      • 1. Can I undo a crop in Preview?
      • 2. How do I crop to a specific aspect ratio in Preview?
      • 3. Can I crop a screenshot before it’s saved?
      • 4. Why does the screenshot thumbnail sometimes disappear before I can click it?
      • 5. How can I change the default save location for screenshots?
      • 6. Is there a keyboard shortcut for cropping in Preview?
      • 7. Can I rotate an image in Preview before cropping?
      • 8. How do I take a screenshot of a specific window on my MacBook?
      • 9. Is there a way to disable the screenshot thumbnail preview altogether?
      • 10. Can I crop a screenshot on my iPhone and then edit it on my Mac?
      • 11. How do I change the file format of my screenshots?
      • 12. What other apps can I use to crop screenshots on my Mac?

How to Crop a Screenshot on Your MacBook: A Deep Dive

So, you’ve captured that perfect on-screen moment on your MacBook, but it needs a little trimming? Fear not! Cropping a screenshot on your Mac is a breeze, offering a range of options from simple keyboard shortcuts to built-in tools, all designed for precision and speed. Here’s the direct answer: You can crop a screenshot immediately after taking it using the Quick Actions that appear in the bottom-right corner of your screen, or you can use the Preview app, which is built into macOS, to crop screenshots anytime. The choice is yours!

The Quick Action Method: Instant Cropping

This is arguably the fastest and most intuitive way to crop a screenshot on your MacBook. After capturing your screen, a thumbnail will appear in the lower-right corner. Don’t let it disappear!

Steps for Quick Action Cropping:

  1. Take your Screenshot: Use one of the standard keyboard shortcuts (more on these later!).
  2. Click the Thumbnail: A small thumbnail image of your screenshot will momentarily appear in the bottom-right corner of your screen. Click it quickly. This opens the screenshot in a Quick Look editor.
  3. Select the Crop Tool: In the Quick Look editor, you’ll see a set of editing tools at the top. The crop tool is usually the first or second icon, resembling a rectangle with overlapping corners.
  4. Define the Cropping Area: Click and drag your cursor over the area you want to keep. A highlighted rectangle will appear, showing the cropped section.
  5. Adjust the Selection: You can adjust the size and position of the rectangle by clicking and dragging its edges or corners.
  6. Apply the Crop: Once you’re satisfied with the selection, click the “Done” button (usually in the top-right corner). Or, press the return key on your keyboard.
  7. The cropped screenshot is now saved.

This method is ideal for quick trims and adjustments, keeping your workflow smooth and efficient.

The Preview App Method: Precise and Powerful

For more control and advanced editing options, the Preview app is your go-to solution. Every screenshot taken on your Mac automatically opens in the Preview application after you click on its thumbnail.

Steps for Cropping with Preview:

  1. Open the Screenshot in Preview: Locate the screenshot file (usually on your desktop). Double-click it to open it in Preview. If it opens with another application, right-click on the file, select “Open With,” and choose “Preview.app.”
  2. Show the Markup Toolbar: If the Markup Toolbar isn’t already visible, click the “Show Markup Toolbar” button. It looks like a toolbox icon located in the upper right part of the Preview window.
  3. Select the Rectangular Selection Tool: Click the Rectangular Selection tool icon. This icon looks like a dotted rectangle. It allows you to define the area you want to crop.
  4. Define the Cropping Area: Click and drag your cursor over the portion of the screenshot you wish to keep. A dotted rectangle will appear, outlining your selection.
  5. Adjust the Selection: Fine-tune the selection by dragging the edges or corners of the dotted rectangle. Use the arrow keys for pixel-perfect adjustments.
  6. Crop the Image: With your selection defined, go to the “Tools” menu and select “Crop” (or press Command + K).
  7. Save the Cropped Image: Go to the “File” menu and select “Save” (or press Command + S) to overwrite the original screenshot. If you want to keep the original, choose “File” > “Export” and save the cropped version with a new name.

The Preview app offers greater precision, especially when dealing with detailed screenshots or needing specific dimensions.

Standard Screenshot Keyboard Shortcuts

Before you can crop, you need to take a screenshot! Here’s a quick refresher on the essential shortcuts:

  • Shift + Command + 3: Capture the entire screen.
  • Shift + Command + 4: Capture a selected area. Click and drag to define the area you want to capture.
  • Shift + Command + 5: Opens the Screenshot app, giving you options to capture the entire screen, a window, or a selected portion. You can also record your screen.

Master these shortcuts, and you’ll be screenshotting (and cropping) like a pro in no time!

FAQs: Mastering Screenshot Cropping on Your MacBook

Here are some frequently asked questions to further enhance your screenshot cropping skills:

1. Can I undo a crop in Preview?

Yes! If you haven’t saved the file, you can undo the crop by going to the “Edit” menu and selecting “Undo Crop” (or pressing Command + Z). Once you save the file, the crop is permanent unless you have a backup.

2. How do I crop to a specific aspect ratio in Preview?

Preview doesn’t have a dedicated feature for cropping to a specific aspect ratio. However, you can achieve this by manually calculating the dimensions and adjusting the selection area accordingly. Third-party image editors like Pixelmator Pro or Adobe Photoshop offer more robust aspect ratio cropping tools.

3. Can I crop a screenshot before it’s saved?

Yes, using the Quick Action method. This is the fastest way to crop immediately after taking the screenshot, before it’s fully saved to your desktop.

4. Why does the screenshot thumbnail sometimes disappear before I can click it?

The thumbnail’s display time is relatively short. If you’re too slow, it will disappear. To increase the display time, open Terminal (located in /Applications/Utilities) and type the following command, replacing 5 with the desired duration in seconds:

defaults write com.apple.screencapture thumbnail-timeout -float 5 killall SystemUIServer 

5. How can I change the default save location for screenshots?

Open Terminal and use the following command, replacing “/path/to/your/desired/folder” with the actual path to your desired folder:

defaults write com.apple.screencapture location "/path/to/your/desired/folder" killall SystemUIServer 

6. Is there a keyboard shortcut for cropping in Preview?

Yes, Command + K is the keyboard shortcut for cropping in Preview.

7. Can I rotate an image in Preview before cropping?

Absolutely! In Preview, go to the “Tools” menu and select “Rotate Left” or “Rotate Right” to adjust the image’s orientation before cropping.

8. How do I take a screenshot of a specific window on my MacBook?

Use the shortcut Shift + Command + 4, then press the Spacebar. Your cursor will change to a camera icon. Hover over the window you want to capture (it will highlight in blue) and click. This will take a screenshot of just that window.

9. Is there a way to disable the screenshot thumbnail preview altogether?

Yes, you can disable the thumbnail preview. Open Terminal and type the following command:

defaults write com.apple.screencapture show-thumbnail -bool false killall SystemUIServer 

10. Can I crop a screenshot on my iPhone and then edit it on my Mac?

Yes! Thanks to iCloud, screenshots taken on your iPhone (if iCloud Photos is enabled) will automatically sync to your Mac, allowing you to edit them in Preview or any other image editing application.

11. How do I change the file format of my screenshots?

By default, macOS saves screenshots as PNG files. To change this to JPG, for example, use the following command in Terminal:

defaults write com.apple.screencapture type jpg killall SystemUIServer 

You can replace jpg with other formats like pdf or tiff.

12. What other apps can I use to crop screenshots on my Mac?

While Preview is a powerful and free option, many other image editing applications offer advanced cropping features, including:

  • Pixelmator Pro: A powerful and affordable alternative to Photoshop.
  • Adobe Photoshop: The industry-standard for professional image editing.
  • GIMP (GNU Image Manipulation Program): A free and open-source image editor.

Each app provides different levels of control and features, so choose the one that best suits your needs.

By mastering these techniques and tips, you’ll be able to crop screenshots on your MacBook with speed, precision, and confidence. Happy cropping!

Filed Under: Tech & Social

Previous Post: « Is Roku having issues right now?
Next Post: How to Refresh iPhone? »

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

NICE TO MEET YOU!

Welcome to TinyGrab! We are your trusted source of information, providing frequently asked questions (FAQs), guides, and helpful tips about technology, finance, and popular US brands. Learn more.

Copyright © 2025 · Tiny Grab