Federal Contractor

PARSONS GOVERNMENT SERVICES INC. Federal Contract Obligations (Last Year)

PARSONS GOVERNMENT SERVICES INC. recorded 1.07 billion in obligated federal awards across 690 actions in the last full year.

The vendor's obligations were led by the Federal Acquisition Service, the Missile Defense Agency, the Department of the Air Force, and the Department of the Army. Its activity was concentrated in R&D, engineering, and technical consulting, with NAICS 541715 and 541330 accounting for the largest shares of obligated dollars.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year shown in the provided FPDS summary and may differ from later updates or separate reporting sources.

CAGE Code
1BVK6
UEI
NMBCAG1JBKL7
Total Obligated
1.07 billion
1,072,281,969.70
Award Actions
690
Average Action Value
1,554,031.84

About PARSONS GOVERNMENT SERVICES INC. federal contract activity

PARSONS GOVERNMENT SERVICES INC. recorded $1.07 billion in obligated federal awards across 690 actions in the last full year, for an average award value of about $1.55 million. The vendor is identified under CAGE code 1BVK6 and UEI NMBCAG1JBKL7, indicating a high-volume, multi-award federal contracting profile.

Agency mix and customer concentration

Obligations were concentrated in civilian acquisition and defense organizations, led by the Federal Acquisition Service at $364.40 million across 60 awards and the Missile Defense Agency at $256.60 million across 74 awards. The Department of the Air Force and Department of the Army also represented substantial shares of activity, with $195.84 million and $101.68 million respectively, while DTRA added a smaller but material $32.82 million.

Industry profile based on NAICS activity

The portfolio is anchored in technical and engineering work. NAICS 541715 accounted for the largest share at $532.61 million, followed by engineering services under 541330 at $269.10 million; additional obligations were spread across consulting, computer systems design, and custom programming, showing a mix of R&D, systems engineering, and IT support.

Annual contract trend over the analysis window

The annual trend table shows 2025 as the full-year reference period, with total obligations of $1.07 billion across 690 awards. Because only one year is shown, the dataset supports a point-in-time profile rather than a multi-year growth assessment.

How to interpret this page

This summary is based on FPDS obligation data for the last full year and is organized by vendor, agency, NAICS, and annual totals. Amounts reflect obligated dollars, award counts reflect the number of awards captured in the analysis window, and category rankings are based on total obligated value.

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 = '1BVK6'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
4732 FEDERAL ACQUISITION SERVICE 364,404,430.39 364.40 million 60
97JC MISSILE DEFENSE AGENCY (MDA) 256,600,732.68 256.60 million 74
5700 DEPT OF THE AIR FORCE 195,838,456.75 195.84 million 129
2100 DEPT OF THE ARMY 101,676,105.03 101.68 million 136
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 32,821,776.57 32.82 million 22
8900 ENERGY, DEPARTMENT OF 32,262,897.10 32.26 million 72
97CY U.S. CYBER COMMAND 28,962,523.00 28.96 million 15
1605 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT 23,781,436.76 23.78 million 7
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 11,441,222.20 11.44 million 8
1700 DEPT OF THE NAVY 10,003,579.93 10.00 million 31

Insight

PARSONS GOVERNMENT SERVICES INC. obligated $1.07 billion across 690 awards in the last full year, with spending concentrated in a few agencies. The Federal Acquisition Service led funding at $364.40 million (60 awards), followed by the Missile Defense Agency at $256.60 million (74 awards), and the Department of the Air Force at $195.84 million (129 awards). The top three agencies accounted for about 77% of total obligations, indicating a strong concentration in federal acquisition and defense-related demand. Remaining obligations were distributed across the Department of the Army, DTRA, DOE, U.S. Cyber Command, HHS administration, NOAA, and the Department of the Navy at materially lower levels.

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 = '1BVK6'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 532,610,330.23 532.61 million 183
541330 ENGINEERING SERVICES 269,103,656.93 269.10 million 244
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 145,780,863.36 145.78 million 31
541512 COMPUTER SYSTEMS DESIGN SERVICES 51,379,940.64 51.38 million 45
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 33,166,791.27 33.17 million 50
562910 REMEDIATION SERVICES 29,893,610.89 29.89 million 16
511210 SOFTWARE PUBLISHERS 4,713,165.20 4.71 million 13
541714 RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY (EXCEPT NANOBIOTECHNOLOGY) 4,677,045.82 4.68 million 5
541310 ARCHITECTURAL SERVICES 2,691,060.70 2.69 million 10
237310 HIGHWAY, STREET, AND BRIDGE CONSTRUCTION 2,502,849.39 2.50 million 4

Insight

Over the last full year, PARSONS GOVERNMENT SERVICES INC. received $1.07 billion across 690 awards, with obligations concentrated in technical services. NAICS 541715 accounted for $532.61 million across 183 awards, and NAICS 541330 added $269.10 million across 244 awards, so these two categories represent the dominant share of obligated value and activity. Additional obligations were spread across consulting, IT, remediation, and smaller design/construction categories, but each was materially below the top two NAICS lines.

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 = '1BVK6'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 1,072,281,969.70 1.07 billion 690

Insight

During the last full year, PARSONS GOVERNMENT SERVICES INC. (CAGE 1BVK6) received $1.07 billion across 690 awards, for an average award value of about $1.55 million. This indicates a high volume of relatively small-to-mid-sized obligations rather than reliance on a small number of large awards. Because the window contains a single annual observation, this section reflects the level of activity for 2025 rather than a multi-year trend.

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