Alexa routines have been the most capable consumer smart home automation tool for several years running, and the 2025–2026 updates made them even more powerful. Conditional actions, better presence detection, and full Matter device support mean you can build automations that previously required Home Assistant or a paid hub. Here is how to get them working properly.
What changed in 2026
- Conditional actions are mainstream. Alexa routines now support "if device state is X, do Y, else do Z" — proper branching logic without a third-party hub.
- Matter is fully supported. Any Matter-certified device pairs in the Alexa app and is immediately available in routines — lights, plugs, locks, sensors, thermostats.
- Presence detection improved. Alexa uses phone location (via the Alexa app) and Echo device presence sensing together, making "when everyone leaves" and "when you arrive home" more reliable.
- Guard Plus integration. Alexa Guard Plus detects glass break and smoke/CO alarm sounds and can trigger routines automatically.
Routine anatomy
Every routine has:
- When (trigger): what starts the routine
- Actions: what happens (in order)
- Optional conditions: requirements that must be true for actions to run
| Trigger type |
Example |
| Voice |
"Alexa, good morning" |
| Schedule |
Every weekday at 7:00 AM |
| Sunrise / sunset |
30 min after sunset |
| Smart home trigger |
Motion sensor detects motion |
| Location |
Arrive home / leave home |
| Echo device |
Say specific phrase on device X |
| Alexa Guard |
Detects sound (glass break, alarm) |
Step-by-step setup
Step 1: Add your devices
Open the Alexa app → Devices → "+" → Add Device. For Matter devices: choose the device type → select "Matter" → scan the QR code. For Echo devices: follow the setup flow.
Step 2: Create groups and scenes
Devices → Groups → Create group. Put living room lights in a "Living Room" group. Create scenes (Devices → Scenes → Create Scene) for common lighting states: "Movie Night", "Dinner", "Morning".
Step 3: Build your first routine
More → Routines → "+" → Name the routine. Add trigger → Add action → Save. Start simple: schedule trigger → turn on kitchen lights at 7 AM.
Step 4: Add conditions
Inside a routine, tap "Add condition" to require time ranges or device states. Example: motion trigger + condition "between 10 PM and 6 AM" → lights at 20%.
Step 5: Test and adjust
Run the routine manually (tap the play button in the routine list) before relying on it. Adjust timing and device targets until it behaves correctly.
Useful routine building blocks
| Action type |
What it does |
| Smart home |
Control lights, plugs, locks, thermostat |
| Alexa says |
Announce something on Echo speakers |
| Music / streaming |
Play a playlist or radio station |
| News |
Read a flash briefing |
| Wait |
Pause between actions (1 sec to 4 hr) |
| If/else condition |
Branch based on device state or time |
| Send notification |
Push to your phone |
How to pick the right trigger
- Voice triggers — best for manual shortcuts you say aloud regularly
- Schedule triggers — best for lights tied to fixed times (exterior, office hours)
- Sunrise/sunset — better than fixed time for exterior and mood lighting
- Motion sensor — best for hallways, bathrooms, garages
- Presence — best for arrive home / depart home scenarios; requires location permission
Common mistakes
Overlapping routines. Two routines firing at the same time with conflicting actions (one turns lights on, one turns them off) creates flickering. Audit triggers after building more than 10 routines.
Skipping groups. Listing 8 individual light bulbs in an action is fragile — one rename and the routine breaks. Use a named group instead.
Wrong time zones. If your Echo or the Alexa app has the wrong time zone set, every schedule is off. Check: Settings → Device Settings → your Echo → Time Zone.
Presence without location permissions. Location-based triggers require the Alexa app to have "Always On" location access on each family member's phone. Check this in your phone's app settings.
Overly long routines. A routine with 15 sequential actions will take 10+ seconds to complete if each has a wait step. Split into sub-routines and trigger them from a master routine.
What to skip
- Alexa Guard Free for sound detection — Guard Plus (~$5/month) is required for proactive alerts; the free tier is detection-only without automation.
- Complex conditional logic for simple tasks — a motion sensor that turns on a light does not need conditions; add conditions only when you genuinely need different behavior at different times.
- Announcing on every Echo in the house — "Alexa says" announcements on all devices simultaneously get annoying fast; target specific rooms.
FAQ
How many routines can I have?
There is no published hard limit. Practically, 50–100 active routines is manageable. Very large routine collections can slow the app; archive unused ones.
Can routines run without internet?
Some Echo device actions (music, announcements) require cloud. Basic smart home device control via Matter can work locally, but the Alexa routine engine itself runs in the cloud — an outage pauses routines.
Can I share routines with family members?
Yes — any member of the same Amazon Household can see and edit shared routines if they have the Alexa app installed with the same home.
Do Alexa routines work with non-Amazon devices?
Yes — any device linked to Alexa (via Matter, Works with Alexa skill, or direct pairing) is available in routines, regardless of brand.
Where to go next