Does Google Voice Have Auto-Reply?
No. Google Voice has no native auto-reply for text messages — not on the free consumer product, and not on Voice for Google Workspace. If you need an out-of-office SMS, you add it on top of Voice, write a script, or leave Voice for a business phone.
Key takeaways
- Voice cannot auto-reply to SMS. Community experts and Google’s own help pages say so.
- Do Not Disturb and calendar “working hours” affect calls, not texts.
- Gmail vacation responder fails on Voice texts because it replies to the bounce address, not the sender.
- You can keep the number (script or gOOOvy) or switch phone systems (Quo and others).
What Google Voice actually offers
People search “Google Voice auto reply” expecting a toggle next to voicemail. It is not there. A Google Voice Community product expert answered the question directly in July 2023: that option is not available, and consumer Voice is not built as a business SMS platform (Google Voice Community thread).
Workspace Voice has an auto-attendant on Standard and Premier plans. That is a spoken menu for incoming calls (“press 1 for sales”). It is not an SMS auto-reply (Google Workspace Help: set up a Voice automated attendant).
You can send calls to voicemail after working hours or when Calendar shows out of office. Google’s help article for that feature includes the line that matters for texts: the setting will not forward texts sent to your Voice number (Send Google Voice calls to voicemail).
Why Gmail vacation responder does not fix it
Voice can email you each incoming SMS. That looks like a Gmail problem, so
people turn on vacation responder or a canned-response filter. Those replies
go to the SMTP Return-Path, which on Voice texts is a
grandcentral.bounces.google.com envelope, not the
@txt.voice.google.com From address the other person actually uses.
That failure mode has been documented since at least 2014 on Web Applications Stack Exchange. The working DIY pattern is a Google Apps Script that reads the From header and mails that address, not Gmail’s built-in vacation tool.
Four options that actually send a text
1. Stay on native Voice and do nothing
Texts wait in the inbox until you answer them. Fine if the number is personal and nobody expects a same-day reply. A poor fit for a number you print on invoices or Google Business Profile.
2. Maintain a Google Apps Script
Forward Voice SMS to Gmail, label them, and run a script on a timer that replies to the From address. Cost is roughly zero in dollars. Cost in time is the script, OAuth, trigger failures, and the loop-protection you have to write so two autoresponders do not spam each other. This is a real option if you like maintaining Apps Script.
3. Leave Google Voice for a business phone
Products such as Quo (formerly OpenPhone) document the same gap — Voice has no auto-reply — and sell a replacement number with business-hours texts built in. That is the right move if you want a full team inbox, snippets, and scheduled outreach. It is the wrong move if the whole point is to keep the Voice number people already have.
4. Keep Voice and add gOOOvy
gOOOvy is the product I built for that last case. It watches the Voice-to-Gmail notification, checks a per-day schedule, and sends your message so Voice delivers it as SMS. Breakthrough numbers skip the auto-reply. VIP numbers get different copy. Price is $8.99/month or $89.99/year.
How the four options compare
| Native Voice | Apps Script | Quo / similar | gOOOvy | |
|---|---|---|---|---|
| SMS auto-reply | No | Yes, if maintained | Yes | Yes |
| Keep the GV number | Yes | Yes | No | Yes |
| You maintain code | No | Yes | No | No |
| Typical cost | $0 | Your time | $15+/user/mo class of product | $8.99/mo or $89.99/yr |
Common mistakes
- Turning on Gmail vacation responder and assuming Voice texts are covered. They are not, because of Return-Path.
- Confusing auto-attendant with auto-reply. One is a call menu on paid Workspace Voice. The other is an SMS.
- Using Do Not Disturb as an OOO. Callers hit voicemail. Texters hear silence.
- Scripting a blast to many numbers. Voice is not an A2P / 10DLC business messenger. One-to-one OOO replies are the use case. Bulk outreach is how accounts get flagged.
What I would do
If you are already on Voice and the number is the asset, do not migrate the number to get an away message. Use a script you will actually maintain, or use gOOOvy. If you have outgrown Voice as a phone system — team inbox, call routing, scheduled campaigns — then a business phone is the product, and auto-reply is just one feature.
Frequently asked questions
Does Google Voice have auto-reply for text messages?
Can I use Google Voice Do Not Disturb as an out-of-office text?
Can Gmail vacation responder auto-reply to Google Voice texts?
What are the options if I want to keep my Google Voice number?
Is Google Voice auto-attendant the same as SMS auto-reply?
Sources
- Google Voice Community — “Google Voice Text auto reply?” (Jul 2023)
- Google Voice Help — Send calls to voicemail (texts are not forwarded by DND / working hours)
- Google Workspace Help — Voice automated attendant (calls, not SMS)
- Stack Exchange — Gmail canned response vs Voice Return-Path
- Quo — “Google Voice Auto-Reply: Does Voice Offer Them?”