Federal Contractor

SYNCOM SPACE SERVICES LLC Federal Contract Obligations (Last 5 Years)

SYNCOM SPACE SERVICES LLC federal procurement profile for the last 5 years, showing $646.53 million in obligated awards across 833 actions, led by NASA and NAICS 561210 Facilities Support Services.

SYNCOM SPACE SERVICES LLC (CAGE 75X31, UEI GM2QNEGF7CA3) received $646,527,027.56 in federal obligations over the last 5 years across 833 award actions. All reported obligations in this window came from the National Aeronautics and Space Administration, with activity concentrated in NAICS 561210, Facilities Support Services.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect readable FPDS-obligated amounts for the stated analysis window and may differ from simple year-by-year sums because of reporting and rounding conventions.

CAGE Code
75X31
UEI
GM2QNEGF7CA3
Total Obligated
646.53 million
646,527,027.56
Award Actions
833
Average Action Value
776,142.89

About SYNCOM SPACE SERVICES LLC federal contract activity

SYNCOM SPACE SERVICES LLC (CAGE 75X31, UEI GM2QNEGF7CA3) recorded 646.53 million in obligated contract value across 833 awards over the last 5 years, for an average award value of 776,142.89. The profile indicates a high-volume, mid-sized dollar award pattern rather than a small number of large prime actions.

Agency mix and customer concentration

All recorded obligations in the analysis window were attributed to the National Aeronautics and Space Administration, which accounted for 646.53 million across 833 awards. This concentration indicates a single-agency relationship with no visible diversification across other federal buyers in the extracted data.

Industry profile based on NAICS activity

Obligations were fully concentrated in NAICS 561210, Facilities Support Services, totaling 646.53 million across 833 awards. The mix suggests the vendor’s FPDS activity in this window is tied entirely to facilities support work rather than a broader set of contract vehicles or service lines.

Annual contract trend over the analysis window

Annual obligations peaked in 2021 at 196.82 million, then declined to 149.77 million in 2022 before rising again to 165.61 million in 2023 and 124.78 million in 2024. The 2025 total of 9.55 million reflects a partial-year figure and is not directly comparable to full prior years.

How to interpret this page

This summary is based on FPDS award records associated with CAGE 75X31 and UEI GM2QNEGF7CA3 over the last 5 years. Amounts reflect total obligated dollars by award record and are grouped by awarding agency, NAICS code, and fiscal year within the provided analysis window.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '75X31'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 646,527,027.56 646.53 million 833

Insight

Over the last 5 years, SYNCOM SPACE SERVICES LLC’s federal obligations are fully concentrated with the National Aeronautics and Space Administration, which accounts for the full $646.53 million in obligated value and all 833 awards. This indicates a highly concentrated customer base and no observable agency diversification in the provided period. The average award value of approximately $776.1 thousand suggests a large volume of relatively moderate-sized awards rather than a small number of exceptionally large actions.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '75X31'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
561210 FACILITIES SUPPORT SERVICES 646,527,027.56 646.53 million 833

Insight

Over the last 5 years, SYNCOM SPACE SERVICES LLC (CAGE 75X31) shows complete NAICS concentration in 561210, Facilities Support Services. All $646.53 million in obligated value and all 833 awards are aligned to this single NAICS, indicating a highly concentrated service profile with no diversification across other industries in the observed period. The average award value of $776,142.89 suggests a large number of comparatively modest awards rather than a small number of very large obligations.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '75X31'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 9,548,091.97 9.55 million 142
2024 124,780,250.94 124.78 million 199
2023 165,606,127.68 165.61 million 206
2022 149,772,451.11 149.77 million 139
2021 196,820,105.86 196.82 million 147

Insight

SYNCOM SPACE SERVICES LLC obligated 646.53 million across 833 awards over the last 5 years, with an average award value of 776,142.89. Obligations were concentrated in 2021 through 2023, peaking at 196.82 million in 2021 and remaining elevated at 149.77 million in 2022 and 165.61 million in 2023, before declining to 124.78 million in 2024 and 9.55 million in 2025 to date. Award volume also peaked in 2023 at 206 awards, indicating relatively broad activity in that year despite lower average award value than the 5-year mean.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.