Federal Contractor

NATIONAL GOVERNMENT SERVICES, INC. Federal Contract Obligations (Last 10 Years)

Federal procurement profile for NATIONAL GOVERNMENT SERVICES, INC. (CAGE 3NKX7, UEI TJNDFEALGTB5) covering the last 10 years of award activity.

Over the last 10 years, NATIONAL GOVERNMENT SERVICES, INC. recorded 521 award actions with $2,277,016,107.12 obligated, for an average action value of $4,370,472.37. Most obligations came from the Centers for Medicare and Medicaid Services, and the largest NAICS category was Direct Health and Medical Insurance Carriers.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable FPDS analysis data for the stated 10-year window; negative obligations, such as the Department of Veterans Affairs value shown here, are included as reported.

CAGE Code
3NKX7
UEI
TJNDFEALGTB5
Total Obligated
2.28 billion
2,277,016,107.12
Award Actions
521
Average Action Value
4,370,472.37

About NATIONAL GOVERNMENT SERVICES, INC. federal contract activity

NATIONAL GOVERNMENT SERVICES, INC. (CAGE 3NKX7, UEI TJNDFEALGTB5) recorded 521 FPDS awards over the last 10 years with total obligations of $2.28 billion and an average award value of $4.37 million. The spend profile is heavily concentrated, with the Centers for Medicare and Medicaid Services accounting for nearly all obligated dollars. The negative obligation value in one agency bucket indicates net de-obligation activity within the period.

Agency mix and customer concentration

The award base is overwhelmingly concentrated at the Centers for Medicare and Medicaid Services, which represents $2.26 billion across 506 awards. The remaining obligation volume is comparatively small, led by the Health Resources and Services Administration at $17.63 million across 12 awards. Veterans Affairs shows a small net negative obligation, suggesting adjustments or cancellations rather than new program volume.

Industry profile based on NAICS activity

The vendor’s contract activity is dominated by NAICS 524114, Direct Health and Medical Insurance Carriers, at $1.60 billion and 290 awards. Technology and systems support are the next largest categories, led by Computer Systems Design Services (541512) at $478.29 million and Data Processing, Hosting, and Related Services (518210) at $116.31 million. Other Computer Related Services (541519) and Management Consulting (541611) appear as secondary lines of business with materially smaller totals.

Annual contract trend over the analysis window

Annual obligations in the visible years stayed in the high-hundreds-of-millions range, peaking at $291.75 million in 2025 and remaining elevated in 2022 at $288.19 million. Award counts were highest in 2021 at 75 and declined to 41 in 2025, indicating larger annual dollars were not driven by higher transaction volume. The pattern is consistent with a mature, renewal-driven contract base rather than broad award dispersion.

How to interpret this page

This summary is based on FPDS obligations associated with NATIONAL GOVERNMENT SERVICES, INC. over the last 10 years, using the provided CAGE and UEI identifiers. Agency, NAICS, and annual figures are interpreted from obligated dollars and award counts; negative values are treated as net de-obligations. Totals and rankings reflect only the supplied dataset and are not supplemented with external sources.

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 = '3NKX7'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 2,259,487,709.46 2.26 billion 506
7526 HEALTH RESOURCES AND SERVICES ADMINISTRATION 17,634,295.82 17.63 million 12
3600 VETERANS AFFAIRS, DEPARTMENT OF -105,898.16 -105.90 thousand 3

Insight

NATIONAL GOVERNMENT SERVICES, INC. has 2.28 billion in obligated value across 521 awards over the last 10 years, with an average award value of 4.37 million. Contracting activity is highly concentrated at the Centers for Medicare and Medicaid Services, which accounts for 2.26 billion and 506 awards, or the clear majority of both dollars and actions. The remaining obligations are minimal by comparison, with 17.63 million from the Health Resources and Services Administration across 12 awards and a small negative obligated value at the Department of Veterans Affairs across 3 awards, indicating limited diversification across agencies.

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 = '3NKX7'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
524114 DIRECT HEALTH AND MEDICAL INSURANCE CARRIERS 1,595,183,351.92 1.60 billion 290
541512 COMPUTER SYSTEMS DESIGN SERVICES 478,290,588.08 478.29 million 40
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 116,308,016.77 116.31 million 49
541519 OTHER COMPUTER RELATED SERVICES 67,464,182.48 67.46 million 107
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 17,525,229.82 17.53 million 10
522320 FINANCIAL TRANSACTIONS PROCESSING, RESERVE, AND CLEARINGHOUSE ACTIVITIES 3,899,733.00 3.90 million 16
524292 THIRD PARTY ADMINISTRATION OF INSURANCE AND PENSION FUNDS 109,066.00 109.07 thousand 2
541511 CUSTOM COMPUTER PROGRAMMING SERVICES -1,764,060.95 -1.76 million 7

Insight

Over the last 10 years, NATIONAL GOVERNMENT SERVICES, INC. has obligated $2.28 billion across 521 awards, with spending heavily concentrated in NAICS 524114, Direct Health and Medical Insurance Carriers, which accounts for $1.60 billion and 290 awards. The next largest obligations are in NAICS 541512, Computer Systems Design Services, at $478.29 million across 40 awards, followed by NAICS 518210, Data Processing, Hosting, and Related Services, at $116.31 million across 49 awards. Remaining NAICS codes are comparatively minor and more dispersed, with obligations below $67.5 million each, including a negative net obligation in NAICS 541511, Custom Computer Programming Services, of $1.76 million.

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 = '3NKX7'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 291,750,586.95 291.75 million 41
2024 187,799,595.03 187.80 million 54
2023 242,528,592.94 242.53 million 64
2022 288,191,119.02 288.19 million 56
2021 241,242,620.55 241.24 million 75
2020 228,345,103.36 228.35 million 49
2019 240,903,602.11 240.90 million 59
2018 273,136,209.90 273.14 million 62
2017 283,118,677.26 283.12 million 61

Insight

Over the last 10 years, NATIONAL GOVERNMENT SERVICES, INC. (CAGE 3NKX7) has obligated $2.28 billion across 521 awards, averaging $4.37 million per award. Annual obligations are relatively stable and concentrated in the mid- to high-$200 million range, with no single year dominating the period. The highest obligations occurred in 2025 ($291.75 million) and 2022 ($288.19 million), while the lowest year in the provided series was 2024 ($187.80 million), indicating a recent dip followed by a rebound. Award counts also varied moderately, from 41 in 2025 to 75 in 2021, suggesting recurring but not evenly distributed annual activity.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.