ICANN Accredited Registrar Since 2006

Buy and Register Your .GU Domain Today

Check .GU domain availability, register a new .GU domain, search multiple names in bulk, or transfer your existing .GU domains to NiceNIC. Built for Guam-focused organizations, local campaigns, Pacific-region projects, agencies, hosting providers, and resellers.

.gu
Market $0 $0.00 first year
Basic $0.00 0% off
Super $0.00 0% off
VIP $0.00 0% off

Need lower .GU pricing or portfolio support? Upgrade account level for bulk registration and reseller pricing.

Why choose .GU with NiceNIC

.GU helps Guam-focused projects present a clear local signal.

.GU can support Guam-related organizations, Pacific-region pages, local services, and brand-protection projects where a Guam identity matters. NiceNIC helps customers search, transfer eligible domains, manage DNS, and prepare bulk lists from one account.

💰

Crypto Payment Support

Add funds and pay for domain services using supported crypto options such as USDT, BTC, ETH, and LTC. Automated crypto deposit recording helps account balances update quickly after successful confirmation, with no extra NiceNIC processing fee for automated deposits.

👥

Real Human Support

NiceNIC provides real human support, not only scripted replies. Our team can review your domain needs, explain practical options, and give account-level, transfer, bulk registration, and reseller suggestions to help your domain business grow.

🛡️

Fair Abuse Review Process

NiceNIC does not take arbitrary action against domains. Abuse reports are reviewed based on available evidence, policies, and registry requirements, with domain owners guided to review, fix, or explain reported issues where appropriate.

🌐

2,500+ Domain Extensions

Manage .GU together with 2,500+ domain extensions from one NiceNIC account, including country-code, generic, and new domain extensions. This helps businesses, investors, and resellers build global domain coverage more efficiently.

🗺️

47+ Website Languages

NiceNIC supports 47+ website languages, creating a multilingual registrar experience for international users and teams. This makes domain registration, renewal, transfer, account management, and support easier across different markets.

🔗

Reseller API for Domain Services

For hosting providers, agencies, platforms, and domain resellers, NiceNIC supports reseller API access for domain registration, renewal, transfer, DNS, account-level pricing, and custom nameserver services.

.GU Market Intelligence · Q1 2026

.GU market context for Guam-focused domain buyers.

.GU is the country-code domain for Guam. Because .GU is a specialized namespace, live search and eligibility review are useful before planning registration, transfer, or customer proposals.

📊 .GU registrations 102

DomainTools current TLD-count snapshot for .GU.

👑 Share of all TLDs <0.01%

.GU share of 392.5M total domain registrations.

🌐 Total TLD market 392.5M

Total domain registrations across all TLDs in Q1 2026.

Q1 2026 TLD Market Distribution

This chart keeps the standard global TLD market view while showing .GU as a focused ccTLD snapshot for customer education. .GU belongs to the ccTLD category and is listed separately only to make its scale visible.

.COM163.6M
ccTLDs146.3M
New gTLDs49.6M
Other Established TLDs32.9M
.GU102
Source note: DNIB Q1 2026 is used for global TLD market figures. DomainTools provides the current .GU count snapshot. Values are rounded for customer education.

Why .GU works for Guam naming decisions

.GU is a focused country-code option for Guam-related projects and Pacific-region identity.

Guam identity

.GU directly signals Guam, making it useful for local organizations, community projects, and Pacific-region pages.

Specialized namespace

A smaller count snapshot means buyers should search live availability and confirm the right registration path before planning launches.

Helpful for protection

Organizations with Guam-facing names can compare .GU with .COM and related Pacific ccTLDs for brand protection.

.GU Registration Count Snapshot Through Q1 2026

The latest benchmark is Q1 2026. The comparison below uses selected related TLD count snapshots with short labels to help buyers plan registrations, transfers, and bulk searches.

.PF
2,238
.CK
1,375
.NF
1,176
.MP
889
.PN
826
.GU
102
Source note: DomainTools current TLD-count snapshots are shown as rounded values for customer education and registration planning.

Public Premium .GU Domain Sales Examples

Public premium .GU sales are less commonly reported than large global extensions. For premium-name planning, buyers can compare keyword quality, local relevance, and similar completed sales from larger or related extensions.

Source note: Publicly reported completed .GU sales should be checked case by case in domain-sales databases before premium pricing decisions.
Choose the right .GU service

Different buyers use .GU for different Guam-focused and Pacific-region goals.

.GU can support Guam organizations, community pages, local services, Pacific-region projects, and brand protection. NiceNIC helps customers search, transfer eligible domains, manage DNS, and handle supported workflows from one account.

For Guam-focused brands

Create a clear web address for customers searching in or around Guam.

  • Availability search
  • Local campaign names
  • DNS and email setup

For agencies

Prepare multiple .GU options for client launches, regional campaigns, and brand-protection lists.

  • Bulk search
  • Client proposal lists
  • Nameserver setup

For hosting providers

Add .GU to country-code and regional domain packages for customers who need focused naming options.

  • Transfer planning
  • Renewal control
  • Portfolio support

For resellers

Manage .GU and related ccTLD portfolios through NiceNIC workflows.

  • API integration
  • Bulk operations
  • Account-level pricing
Domain transfer

Move .GU domains to a registrar built for safe domain management.

If you already own .GU domains elsewhere, transfer decisions should not be based only on one renewal invoice. Check transfer eligibility, ownership access, billing reliability, support response time, API needs, and long-term domain management.

1 Unlock the domainConfirm the domain is not transfer-locked at the current registrar.
2 Get the Auth Code / EPP codeRequest the authorization code from the current registrar before starting the transfer.
3 Submit the transfer through NiceNICStart the transfer, complete payment, and monitor transfer approval status.
Bulk domain registration

Search and register multiple .GU domains.

Paste multiple .GU names, remove duplicates, review the count, and continue to bulk registration. This is useful for domain investors, brand teams, agencies, hosting providers, and resellers.

Enter domains or brand keywords

Enter one name per line, with or without .GU. The tool removes duplicates and prepares a clean list for bulk registration.

Reseller API

Add domain registration to your own platform.

If your business sells hosting, websites, SaaS, agency services, or brand protection packages, NiceNIC reseller APIs can support domain registration, renewal, transfer, DNS, and account management.

Automated registration: create domain orders from your own platform.
Renewal operations: reduce manual follow-up and missed renewal risk.
Custom name servers: support branded hosting and DNS operations.
Wholesale structure: build margin with a registrar relationship designed for recurring operations.
# NiceNIC API v2 endpoint
# Applies to supported domain extensions, including .com, .net, .org, ccTLDs, and new gTLDs
https://api.nicenic.net/v2/

# Required headers
Authorization: username:api_secret
Content-Type: application/json

# Check domain availability across multiple extensions
curl "https://api.nicenic.net/v2/?category=domain&action=check&domains=example.com,example.net,mybrand.org" \
  -H "Authorization: username:api_secret" \
  -H "Content-Type: application/json"

# Get registration / renewal / transfer pricing for any supported extension
curl "https://api.nicenic.net/v2/?category=domain&action=get_price&domain=example.com&type=register&year=1" \
  -H "Authorization: username:api_secret" \
  -H "Content-Type: application/json"

# Change the domain value to query another TLD:
# example.com, example.net, example.org, example.ai, example.co

# Standard response format
{
  "code": 0,
  "msg": "success",
  "data": {}
}

Questions before you register or transfer a .GU?

Short answers for Guam-domain buyers who need to confirm .GU availability, eligibility, bulk search, transfer steps, DNS, or reseller/API support before continuing.

What is a .GU domain?

.GU is the country-code top-level domain for Guam. It can help websites, landing pages, and brand-protection projects show a clearer connection to Guam and Pacific-region projects.

Who should consider registering a .GU domain?

.GU can suit businesses, agencies, creators, service providers, and portfolio managers that need a focused name for Guam and Pacific-region projects, local campaigns, customer support pages, or regional brand protection.

Who can register a .GU domain?

.GU is a specialized Guam namespace, so applicants should check live availability and any current registry or second-level requirements before planning registration. Start with a live .GU availability search before planning a launch or customer proposal.

Can I search one .GU name and many .GU names from this page?

Yes. Use the search box for one .GU domain search, or prepare a bulk .GU search list when comparing names for campaigns, customers, or reseller inventory.

Why choose .GU for this market?

For Guam-focused projects, .GU gives a direct local identity that can support organizations, community services, education-related pages, and Pacific-region communication.

What should I prepare before transferring a .GU domain?

Before starting a .GU transfer, confirm the domain is eligible, unlock it when required, prepare the authorization code if applicable, and keep registrant contact details accurate. Transfer steps may depend on the current registrar, domain level, and registry process, so confirm eligibility before starting.

Can NiceNIC help manage DNS for .GU domains?

Yes. NiceNIC supports DNS and nameserver management for supported .GU domains. Use it to point Guam-focused websites, email, landing pages, SSL, and hosting services where supported.

Can I use .GU in a brand-protection or regional portfolio?

Yes. .GU can be added to a wider naming strategy with .COM, related ccTLDs, and campaign domains. Use bulk search to compare variants before registration.

Does NiceNIC support reseller/API workflows for .GU?

Yes. NiceNIC supports bulk management, renewals, transfer planning, and reseller API integration for teams managing .GU and other TLD portfolios. This helps teams track Guam-related requests and compare .GU with other Pacific-region options.

Secure the .GU name before someone else does.

Register a new .GU, transfer an existing domain, or upgrade your account level for bulk registration and reseller API use.

Copyright © 2006-2026 NICENIC INTERNATIONAL GROUP CO., LIMITED All Rights Reserved