2062 10th Avenue
Sold

2062 10th Avenue

2062 10th Avenue, San Francisco, CA 94116

$2,200,000
Perched high atop Golden Gate Heights, this beautifully maintained view home offers a rare combination of scale, flexibility, and breathtaking outlooks - ideally positioned between the vibrant energy of the Inner Sunset and the charm of West Portal. Built in 1940 and lovingly cared for by the same family for nearly 25 years, the home spans approximately 2,300 livable square feet and unfolds across multiple levels designed to capture light, views, and effortless indoor-outdoor living. The main level features a spacious formal living room complete with corner fireplace, formal dining room, a remodeled kitchen, two bedrooms and an updated full bath with both a soaking tub and separate stall shower. The primary bedroom is a true retreat, complete with a sunroom that frames sweeping vistas, including iconic views of Sutro Tower. Downstairs, the home offers exceptional versatility. A spacious bedroom or family room with an adjacent kitchenette and full bath creates the perfect guest suite or extended living space, while the garden level adds a fourth bedroom - ideal for a home office, gym, or additional retreat. Two expansive walk-out decks span the lower levels, offering mesmerizing views and a seamless connection to the outdoors. The deep, terraced garden is a hidden sanctuary - lush, layered, and reminiscent of a classic English garden, with mature landscaping that has been thoughtfully cultivated over time. With its timeless tunnel entry design, generous proportions, and remarkable setting, this is a home that feels both elevated and deeply grounded - a true Golden Gate Heights gem.

4
beds

2
baths

2,300 Sq.Ft. LIVING AREA

2,996.93 Sq.Ft. lot

Shameran Anderer

Shameran Anderer

Features & Amenities

Interior

  • total bedrooms4
  • Total bathrooms2
  • full bathrooms2
  • Laundry room In Garage
  • Flooring Wood
  • Fireplace Living Room
  • APPLIANCES Dryer, Washer

Area & Lot

  • Status Sold
  • Living Area2,300 Sq.Ft.
  • Total Area2,300 Sq.Ft.
  • Lot Area2,996.93 Sq.Ft.
  • MLS® ID426115878
  • TypeResidential
  • YEAR BUILT1940
  • NeighborhoodForest Hill

Exterior

  • STORIES3
  • Garage Space1.0
  • parkingGarage Door Opener, Garage Faces Front, Inside Entrance, Independent, On Site (Single Family Only)

Financial

  • Sales Price$2,200,000
View Virtual Tour

Forest Hill

The least densely populated neighborhood in San Francisco.

Explore

Browse All Homes in Our Network

Browse Homes

Proven. Trusted. Local.

One of San Francisco’s premier, top-ranking legacy real estate firms, established in 1952, serving generations of clients across every neighborhood, with deep expertise throughout the Bay Area. Connect with us to navigate your next move with confidence.

Follow Us on Instagram

(function () { if (!window.location.pathname.match(/\/neighborhoods\/?$/)) return; var PAGE_KEY = 'b7f9b916c6924fe7b6a0f6543f36857c'; if (new URLSearchParams(window.location.search).get(PAGE_KEY)) return; var PRIORITY = ['west-portal', 'marina', 'forest-hill', 'sunset', 'st-francis-wood']; function loadPage(n) { return fetch('/neighborhoods?' + PAGE_KEY + '=' + n) .then(function (r) { return r.text(); }) .then(function (html) { var doc = new DOMParser().parseFromString(html, 'text/html'); return Array.from(doc.querySelectorAll('.grid-item')); }) .catch(function () { return []; }); } function reorder() { var grid = document.querySelector('.items.data-container'); if (!grid) return; var current = Array.from(grid.querySelectorAll('.grid-item')); Promise.all([loadPage(2), loadPage(3), loadPage(4)]).then(function (pages) { var all = current.concat(pages[0], pages[1], pages[2]); // Deduplicate by href var seen = {}; var unique = all.filter(function (item) { var href = (item.querySelector('a') || {}).getAttribute('href') || ''; if (seen[href]) return false; seen[href] = true; return true; }); // Sort: priority first, rest alphabetical unique.sort(function (a, b) { var sA = ((a.querySelector('a') || {}).getAttribute('href') || '').replace('/neighborhoods/', ''); var sB = ((b.querySelector('a') || {}).getAttribute('href') || '').replace('/neighborhoods/', ''); var iA = PRIORITY.indexOf(sA); var iB = PRIORITY.indexOf(sB); if (iA !== -1 && iB !== -1) return iA - iB; if (iA !== -1) return -1; if (iB !== -1) return 1; return sA.localeCompare(sB); }); // Rebuild grid with first 6 grid.innerHTML = ''; unique.slice(0, 6).forEach(function (item) { grid.appendChild(item); }); }); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', reorder); } else { reorder(); } })();