Apple’s Shortcuts app has moved far beyond its early days of simple one‑tap actions. Today it functions as a personal automation hub that can stitch together multiple apps, services, and system settings into a single workflow. This shift mirrors a broader industry trend where users expect their devices to anticipate needs rather than wait for explicit commands. By leveraging native iOS actions, you avoid the security risks associated with third‑party shortcut repositories while retaining full visibility into each step. The real power lies in turning repetitive daily chores—like checking the weather, confirming calendar events, or adjusting settings—into a single button press or a background trigger. As smartphones become central to both professional and personal life, the ability to delegate routine tasks to the device frees up mental bandwidth for creativity and decision‑making. In the following sections we explore a curated set of practical shortcuts that address common pain points, showing how each can be built from scratch using only Apple’s built‑in blocks. Whether you are a commuter, a content creator, a student, or someone who simply wants a smoother day, these examples illustrate how to translate a recurring annoyance into a reliable, hands‑free helper.
Understanding the distinction between a Shortcut and an Automation is essential for effective use. A Shortcut is a manual workflow you launch yourself—by tapping its icon, invoking Siri, adding it to a widget, or triggering it from the Share Sheet. An Automation, on the other hand, ties that same workflow to a system event such as a time‑based alarm, a location change, a Bluetooth connection, or a shift in battery level. Apple provides a rich library of triggers, ranging from calendar events and Wi‑Fi networks to NFC tags and the new Action Button on recent iPhone models. When you combine a Shortcut with an Automation, the device can act on your behalf without any finger‑on‑screen interaction, turning the phone into a silent assistant. This capability is especially valuable for safety‑critical situations, like driving, where minimizing touch interactions reduces distraction. Moreover, because Automations run in the background, they can conserve battery by activating low‑power modes only when needed, or they can ensure that certain settings—such as orientation lock—are restored automatically after you finish a video. Mastering both concepts lets you layer simple actions into sophisticated, context‑aware routines that adapt to your lifestyle rather than forcing you to adapt to the device.
One of the most satisfying ways to start the day is with a personalized morning briefing that consolidates the information you usually gather from separate apps. Imagine a single Shortcut that pulls the current weather, reads out your first calendar appointment, lists any reminders due within the next hour, and then speaks the summary aloud through the device’s speaker. To build this, begin with the Get Weather action, select your preferred location, and store the result in a variable. Next, use Find Calendar Events filtered to today and sorted by start time, extracting the title of the earliest event. Then, invoke Find Reminders with a due‑date filter set to today and a time window of the next sixty minutes. Combine these pieces into a text block, format it with line breaks, and finally pass it to the Speak Text action using a voice and speed that suit your morning mood. You can place this Shortcut on your lock screen widget or assign it to a morning Alarm Automation so it runs as soon as you dismiss the alarm. The result is a hands‑free update that lets you stay informed while you brush your teeth or brew coffee, cutting down the typical three‑to‑four‑app routine to a single, pleasant auditory cue.
For many professionals, sending a quick Im leaving the office, Ill be home in about thirty minutes message is a daily ritual that can become tedious when repeated. An Automation tied to the Leave location trigger eliminates this friction entirely. Start by designating your workplace as a significant location in the Shortcuts app. Then create an Automation that fires when you depart that geofence. Inside the workflow, use Get Travel Time with your home address as the destination and the current traffic profile to estimate arrival duration. Format a concise message such as Leaving work now, expected arrival in {time} minutes. Finally, add the Send Message action, choosing the recipient—perhaps a spouse, a roommate, or a colleague—and inserting the formatted text. If you prefer a safety net, keep the Ask Before Running toggle enabled so you can review or edit the message before it goes out. Over time, this automation not only saves a few seconds each day but also reduces the chance of forgetting to notify someone, thereby improving communication reliability. Because the trigger relies on GPS rather than a specific time, the message adapts automatically to variations in your departure schedule, making it a truly context‑aware helper.
Manually toggling Low Power Mode each time the battery dips below a certain threshold is a chore that many users forget until they see the dreaded red battery icon. An Automation based on the battery level trigger solves this problem elegantly. Choose Battery Level as the trigger, set the condition to Falls Below, and pick a percentage that matches your usage pattern—common choices range from 20% to 30%. In the corresponding action block, simply enable Set Low Power Mode to On. To avoid staying in low‑power mode longer than necessary, create a second Automation that activates when the battery Rises Above a slightly higher threshold—perhaps 50% or 60%—and disables Low Power Mode. This pair of Automations creates a hysteresis loop that prevents rapid toggling when the charge hovers around the boundary. Because the system handles the monitoring, there is no background app draining extra power, and the transition occurs instantly. Users report that this simple setup extends usable screen time during long days away from a charger, while still preserving full performance when the battery is healthy. The key is to test the thresholds with your typical usage—heavy video streaming may need a lower trigger, whereas light email checking can tolerate a higher cutoff.
Connecting your iPhone to a car’s infotainment system opens an opportunity to launch a coordinated set of actions that prepare both the driver and the vehicle for the journey ahead. An Automation triggered by Connects to CarPlay can start a favorite playlist, open the navigation app with a preset destination, adjust the volume to a comfortable level, and even send a pre‑written ETA message to a family member. Begin by adding the Play Music action, selecting a specific playlist or album that energizes you for the drive. Next, use Open Maps with either your home or work address as the destination, depending on the time of day; you can incorporate a conditional block that chooses the destination based on the current hour. Then, insert Set Volume to a level that balances clarity with safety—usually around 60% of maximum. Finally, if you wish to share your estimated arrival time, reuse the travel‑time logic from the commute example and attach it to a Send Message action. Because driving demands minimal interaction, avoid any step that requires looking at the screen; rely solely on voice output or haptic feedback. A complementary Automation for Disconnects from CarPlay can restore the volume to its usual level and pause playback, ensuring a seamless transition back to everyday use. This kind of contextual automation exemplifies how Shortcuts can turn a mundane Bluetooth connection into a productive, safety‑first routine.
Watching videos in landscape mode while keeping the rest of the interface portrait‑locked is a common source of friction, especially when you repeatedly open YouTube, Photos, or a streaming app. An Automation that disables orientation lock when a specific video app launches, and then restores it when you exit, eliminates the need to swipe into Control Center each time. To set this up, create an Automation with the App Opened trigger and select the video applications you want to affect. In the action sequence, add Set Orientation Lock and set it to Off. Then create a second Automation with the App Closed trigger for the same apps, this time setting orientation lock back to On. Because these Automations run only when the foreground app changes, they consume negligible resources and intervene instantly. Users report a smoother viewing experience, particularly when switching between short clips and longer films, as the display adapts without manual intervention. If you frequently use multiple video apps, you can bundle them into a single trigger by enabling the Any of these apps option, which keeps the setup tidy. Remember to test the Automations with a few apps first to confirm that the lock behaves as expected; occasional system updates may alter the exact behavior, so a quick validation after each iOS upgrade ensures the workflow remains reliable.
Extracting text from an image used to require launching a separate OCR app or copying content manually, but iOS’s Live Text feature, surfaced through Shortcuts, makes the process instantaneous. A Shortcut that runs Extract Text from Image can turn a screenshot containing a phone number, an address, or a paragraph into editable text with a single tap. Start by adding the Get Image action, which can pull the most recent screenshot or allow you to choose one from your photo library. Then attach the Extract Text from Image block, which leverages the on‑device OCR engine to recognize characters, numbers, and even some formatting. The recognized text appears as an output variable that you can further process—for example, by copying it to the clipboard, appending it to a note, or sending it via message. To make the shortcut readily accessible, enable its appearance in the Share Sheet; then, whenever you view a screenshot in Photos, tap the Share button and select the shortcut without leaving the app. This approach is especially beneficial for students who need to capture lecture slide text, professionals who frequently receive scanned contracts, and anyone who wants to digitize handwritten notes quickly. Because the OCR runs locally, your data never leaves the device, addressing privacy concerns that often accompany cloud‑based scanning solutions.
Uploading full‑resolution camera photos to a website or email can waste bandwidth and slow down page loads, yet resizing each image manually is time‑consuming. A Shortcut that accepts an image, scales its width to a target pixel value, and saves a compressed copy streamlines this workflow for bloggers, social media managers, and e‑commerce operators. Begin with the Get Image action, either picking a photo from the library or receiving one via the Share Sheet. Next, use Resize Image, specifying the desired width while allowing the height to adjust proportionally to maintain the aspect ratio. You can optionally add a Convert Image step to change the format to JPEG or HEIF, and adjust the compression quality to balance fidelity with file size—often 80% quality yields a good trade‑off for web use. Finally, add a Save File action to store the resized version in a dedicated album or cloud folder, preserving the original for archival purposes. For added flexibility, insert an Ask for Input step at the start that prompts you to enter the width each time you run the shortcut, or use a Choose from Menu block with preset values like 1200, 1600, or 2000 pixels for different platforms. Because the processing happens on the device, you avoid uploading large files to external services, keeping both speed and privacy intact. Regular users find that this shortcut cuts the preparation time for a batch of photos from several minutes to mere seconds, accelerating publishing cycles.
Turning a series of pictures—such as receipts, whiteboard sketches, or multi‑page documents—into a single PDF is a common need that many users satisfy with third‑party apps, but Shortcuts can achieve the same result using only Apple’s native tools. A straightforward workflow begins with Select Photos, allowing you to choose multiple images in the order you want them to appear. If sequencing matters, you can first sort the selection by date or use a Choose from List step to manually arrange them. Next, apply the Make PDF action, which compiles the selected images into a PDF file, preserving each picture as a page. Optionally, insert a Quick Look step to preview the result before finalizing. To share the PDF immediately, add a Send File action that offers Mail, Messages, or a cloud service as the destination. For recurring tasks—such as weekly expense reports—you can place the shortcut in the Share Sheet so that, after selecting the relevant photos in Photos, a single tap creates and dispatches the PDF without leaving the app. Because the conversion occurs locally, sensitive information never touches an external server, which is crucial for financial or legal documents. Users who adopt this shortcut report a noticeable reduction in app clutter and a faster turnaround time for document handling, especially when dealing with batches of ten or more images that would otherwise require manual reordering in a separate program.
Maintaining a simple log of expenses does not always require a full‑featured budgeting app; a lightweight Shortcut can capture the essential details with minimal taps. The workflow starts by prompting the user for the amount spent, using an Ask for Input field set to Number. Next, a second Ask for Input step lets you choose a category—such as Food, Transport, or Entertainment—either via a free‑text field or a Choose from Menu list with predefined options. The shortcut then builds a log entry that includes the current date and time, the amount, and the selected category, formatting them as a plain‑text line like 2025‑09‑26 14:32 – $23.50 – Food. Finally, the Append to Note action adds this line to a dedicated note (e.g., Monthly Expenses) stored in iCloud, ensuring the log syncs across all your devices. For those who prefer a spreadsheet feel, the note can later be exported to Numbers or Excel, but the real‑time capture remains swift and accessible from the Home Screen widget, the lock screen, or even the Action Button on supported iPhones. Over weeks, this modest log provides enough data to spot spending patterns without the overhead of learning a new app. Because the data stays in a note you control, you retain full ownership and can back it up or encrypt it as part of your regular iCloud routine.
Managing the ever‑growing screenshot library is a quiet but persistent annoyance; a thoughtful Shortcut can help you review and delete old captures without risking accidental loss. Begin with Find Photos where you set the media type to Screenshot and add a date filter—such as Older than 30 days. Limit the results to a reasonable number, say 100, to keep the shortcut responsive. Use Select Photos to let you pick which of the identified screenshots you truly want to remove, then apply Delete Photos. By keeping the selection step manual, you retain final approval over each deletion, balancing automation with safety. Complement this with a Quick Note shortcut that transcribes spoken ideas directly into a note titled Ideas, complete with a timestamp; invoke it via Siri when you are on a walk or in a setting where typing is impractical. If your iPhone features an Action Button, consider building a menu‑style shortcut that lists your most‑used utilities—like the morning briefing, the ETA messenger, and the image resizer—so a single press opens a choice grid rather than locking the button to a single function. Before converting any Shortcut into a fully autonomous Automation, run it manually several times to verify inputs and outputs, especially when it sends messages, deletes files, or accesses location data. Finally, start small: identify one repetitive task that genuinely frustrates you, build a Shortcut to solve it, and expand gradually. This incremental approach ensures each automation delivers real time savings without overwhelming you with complexity.