Scenario 1: Mac Won’t Turn On
Q: You pressed the power button, but your MacBook is not turning on. What would you do?
A:
- Check the power source – Ensure the MacBook is connected to a charger and try a different power outlet.
- Perform an SMC Reset (for Intel-based Macs):
- Hold Shift + Control + Option + Power for 10 seconds, then release and try turning it on.
- For Apple Silicon Macs – Press and hold the power button for at least 10 seconds.
- Check for display issues – If the Mac is turning on but the screen is black, try adjusting brightness or connecting an external monitor.
Scenario 2: Slow Mac Performance
Q: Your Mac is running very slowly. How do you troubleshoot?
A:
- Check Activity Monitor (
Cmd + Space
→ search Activity Monitor) to see which apps are using excessive CPU or RAM. - Close unused applications – Right-click and force quit if necessary.
- Free up disk space – Delete unnecessary files, clear cache, and remove large files.
- Restart the Mac to refresh system resources.
- Reset PRAM/NVRAM (on Intel Macs): Restart and hold Option + Command + P + R for about 20 seconds.
Scenario 3: Wi-Fi Not Working
Q: Your Mac is connected to Wi-Fi, but the internet is not working. How do you fix it?
A:
- Restart your router and Mac – A simple reboot can resolve connectivity issues.
- Forget the Wi-Fi network and reconnect – Go to System Settings > Wi-Fi, select your network, click “Forget This Network,” then reconnect.
- Check if other devices are working – If they are, the issue may be specific to your Mac.
- Renew DHCP Lease – Go to System Settings > Network > Wi-Fi > Advanced > TCP/IP and click “Renew Lease.”
- Reset Network Settings – Delete Wi-Fi preferences using: bashCopyEdit
sudo rm /Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist
Then restart your Mac.
Scenario 4: External Drive Not Recognized
Q: You connected an external drive, but it is not showing up on your Mac. What steps would you take?
A:
- Check Finder Preferences – Go to Finder > Settings > General and make sure “External disks” is checked.
- Check Disk Utility (
Cmd + Space
, type Disk Utility) – If the drive appears but is not mounted, click “Mount.” - Try a different USB port/cable – A faulty port or cable may be the issue.
- Format the drive – If it’s unrecognized and you don’t need the data, format it in Disk Utility > Erase using “Mac OS Extended (Journaled)” or “APFS.”
Scenario 5: Application Not Responding
Q: An application has frozen and won’t close. What should you do?
A:
- Force Quit the app – Press Cmd + Option + Esc, select the app, and click “Force Quit.”
- Use Activity Monitor – Open Activity Monitor, find the app, and click “Quit Process.”
- Restart the Mac if the app remains unresponsive.
- Check for updates – Sometimes, a bug in an outdated version causes crashes.
Scenario 6: Screen Recording Not Working
Q: You try to record your screen using QuickTime or another tool, but it doesn’t work. How do you resolve this?
A:
- Check Screen Recording permissions – Go to System Settings > Privacy & Security > Screen Recording and allow the app.
- Restart your Mac – A quick restart can reset system processes.
- Try another method – Use Cmd + Shift + 5 for the built-in screen capture tool.
- Check available disk space – A full disk might prevent recordings.
Scenario 7: macOS Update Stuck
Q: You started a macOS update, but it’s stuck on “Preparing Update” or “Installing.” What should you do?
A:
- Wait patiently – Updates can take time, especially major ones.
- Check internet connection – A slow or unstable connection may delay the update.
- Restart in Safe Mode – Hold Shift while booting and try the update again.
- Use Terminal to reset the update process: cssCopyEdit
sudo softwareupdate --reset-ignored
Then retry the update.
Scenario 8: Battery Draining Fast
Q: Your MacBook’s battery drains quickly. How do you optimize battery life?
A:
- Check battery usage – Go to System Settings > Battery > Battery Usage to identify high-drain apps.
- Close unnecessary apps – Apps like Chrome and Adobe can consume a lot of power.
- Lower brightness – Reduce screen brightness to conserve power.
- Enable Battery Saver mode – Go to System Settings > Battery > Low Power Mode.
- Check battery health – Open System Settings > Battery, and see if the battery needs service.