Stay organized with collections
Save and categorize content based on your preferences.
This page describes how to manually renew a domain that has expired.
To renew your domain, complete the following steps.
Before you begin
You can renew your domain only within 30 days of its expiration date.
If you choose to enable automatic renewal settings, you must enable it 15 days
before the expiration date. Learn how to
change automatic renewal settings.
For domains that use a country-code TLD, you must wait 72 hours
after the expiration date before you can renew those domains.
Permissions required for this task
To perform this task, you must have been granted the following permissions
or the following IAM roles.
DOMAIN_NAME: the name of the registered domain that you
want to renew—for example, example.app.
YEARLY_PRICE: the yearly price, followed by a
currency code (for example, 12.00 USD). The --yearly-price flag is
optional. If you omit this flag, gcloud CLI prompts you to
confirm the yearly price. For information about pricing, see
Cloud Domains pricing.
DOMAIN_NAME: the name of the domain that you want to
renew
CURRENCY_CODE: the three-letter currency code defined
in ISO 4217—for example, USD.
NUMBER_OF_UNITS: the yearly price in units. For
example, if the currencyCode is USD, then one unit is equal to
one US dollar. For information about pricing,
see Cloud Domains pricing.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[[["\u003cp\u003eOn September 7, 2023, Squarespace acquired all domain registrations and related customer accounts from Google Domains, impacting Cloud Domains as detailed in linked resources.\u003c/p\u003e\n"],["\u003cp\u003eThis page provides instructions on how to renew a domain that has expired within the last 30 days.\u003c/p\u003e\n"],["\u003cp\u003eRenewing a domain requires specific permissions or the \u003ccode\u003eroles/domains.admin\u003c/code\u003e IAM role, specifically \u003ccode\u003edomains.registrations.configureManagement\u003c/code\u003e permission.\u003c/p\u003e\n"],["\u003cp\u003eDomain renewals can be performed using the \u003ccode\u003egcloud domains registrations renew-domain\u003c/code\u003e command in the gcloud CLI, with an optional yearly price flag, or via the \u003ccode\u003eregistrations.renewDomain\u003c/code\u003e API method.\u003c/p\u003e\n"],["\u003cp\u003eAfter renewal, users can find additional resources to manage registered domains, access the Cloud Domains API, and troubleshoot common issues.\u003c/p\u003e\n"]]],[],null,["# Renew a recently expired domain\n\n| **Note:** On September 7, 2023 Squarespace acquired all domain registrations and related customer accounts from Google Domains. For more information about how this change affects Cloud Domains, see [Cloud Domains feature deprecations](/domains/docs/deprecations/feature-deprecations), [Renew an expired domain registration](https://support.google.com/a/answer/6152355), and [Squarespace purchase of Google Domains FAQ](/domains/docs/faq).\n\n\u003cbr /\u003e\n\nThis page describes how to manually renew a domain that has expired.\n\nTo renew your domain, complete the following steps.\n\nBefore you begin\n----------------\n\n- You can renew your domain only within 30 days of its expiration date.\n- If you choose to enable automatic renewal settings, you must enable it 15 days before the expiration date. Learn how to [change automatic renewal settings](/domains/docs/edit-registration-settings).\n- For domains that use a country-code TLD, you must wait 72 hours after the expiration date before you can renew those domains.\n\n#### Permissions required for this task\n\nTo perform this task, you must have been granted the following permissions\n*or* the following IAM roles.\n\n**Permissions**\n\n- `domains.registrations.configureManagement`\n\n**Roles**\n\n- `roles/domains.admin` \n\n### gcloud\n\nUse the\n[`gcloud domains registrations renew-domain` command](/sdk/gcloud/reference/domains/registrations/renew-domain): \n\n```\ngcloud domains registrations renew-domain DOMAIN_NAME \\\n [--yearly-price=YEARLY_PRICE]\n```\n\nReplace the following:\n\n- \u003cvar translate=\"no\"\u003eDOMAIN_NAME\u003c/var\u003e: the name of the registered domain that you want to renew---for example, `example.app`.\n- \u003cvar translate=\"no\"\u003eYEARLY_PRICE\u003c/var\u003e: the yearly price, followed by a currency code (for example, 12.00 USD). The `--yearly-price` flag is optional. If you omit this flag, gcloud CLI prompts you to confirm the yearly price. For information about pricing, see [Cloud Domains pricing](/domains/pricing).\n\n### API\n\nUse the\n[`registrations.renewDomain` method](/domains/docs/reference/rest/v1/projects.locations.registrations/renewDomain): \n\n```\n POST https://domains.googleapis.com/v1/projects/PROJECT_ID/locations/global/registrations/DOMAIN_NAME:renewDomain\n {\n \"yearlyPrice\": {\n \"currencyCode\": \"CURRENCY_CODE\",\n \"units\": NUMBER_OF_UNITS\n }\n }\n```\n\nReplace the following:\n\n- \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e: the name of your project\n- \u003cvar translate=\"no\"\u003eDOMAIN_NAME\u003c/var\u003e: the name of the domain that you want to renew\n- \u003cvar translate=\"no\"\u003eCURRENCY_CODE\u003c/var\u003e: the three-letter currency code defined in ISO 4217---for example, `USD`.\n- \u003cvar translate=\"no\"\u003eNUMBER_OF_UNITS\u003c/var\u003e: the yearly price in units. For example, if the `currencyCode` is `USD`, then one unit is equal to one US dollar. For information about pricing, see [Cloud Domains pricing](/domains/pricing).\n\nWhat's next\n-----------\n\n- To view a list of your registered domains, see [List registered domains](/domains/docs/list-registrations).\n- To access API information, see the [Cloud Domains API](/domains/docs/reference/rest).\n- To find solutions for common issues that you might encounter when using Cloud Domains, see [Troubleshoot Cloud Domains](/domains/docs/troubleshooting)."]]