Federal Contractor

GOVSMART, INC. Federal Contract Obligations (Last 10 Years)

GOVSMART, INC. (CAGE 5WFZ8, UEI DJACUETFQUL8) has 8,744 federal award actions and $1.55 billion in obligated value over the last 10 years.

GOVSMART, INC. is a federal vendor with concentrated spending in computer-related services, led by NAICS 541519, which accounts for $1.48 billion across 7,635 actions. Its largest customer relationships are with the Department of the Navy, Office of Personnel Management, Small Business Administration, Department of the Air Force, and U.S. Special Operations Command.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual obligations have remained above $158.8 million in each of the last five years, peaking at $229.5 million in 2023.

CAGE Code
5WFZ8
UEI
DJACUETFQUL8
Total Obligated
1.55 billion
1,545,752,186.42
Award Actions
8,744
Average Action Value
176,778.61

About GOVSMART, INC. federal contract activity

GOVSMART, INC. (CAGE 5WFZ8, UEI DJACUETFQUL8) recorded $1.55 billion in obligated federal awards across 8,744 awards over the last 10 years, for an average award value of $176,778.61. The award profile indicates a high-volume vendor with relatively small average obligations, consistent with transaction-heavy procurement activity rather than a small number of large prime awards.

Agency mix and customer concentration

Demand is concentrated in defense and personnel-related buying offices. The DEPT OF THE NAVY is the largest customer by both obligation and award count at $148.78 million across 1,229 awards, followed by the OFFICE OF PERSONNEL MANAGEMENT, SMALL BUSINESS ADMINISTRATION, DEPT OF THE AIR FORCE, and U.S. SPECIAL OPERATIONS COMMAND, each contributing materially but at much smaller levels than the Navy.

Industry profile based on NAICS activity

The vendor’s business is overwhelmingly concentrated in NAICS 541519, OTHER COMPUTER RELATED SERVICES, which accounts for $1.48 billion and 7,635 awards. Secondary activity is spread across adjacent IT and hardware categories, including ELECTRONIC COMPUTER MANUFACTURING, SOFTWARE PUBLISHERS, COMPUTER STORAGE DEVICE MANUFACTURING, and COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING, but each is a small fraction of total obligations.

Annual contract trend over the analysis window

Recent annual obligations have remained in a relatively stable band, ranging from $158.85 million in 2021 to $229.48 million in 2023. Activity remains elevated in 2024 and 2025 at $226.53 million and $214.59 million, respectively, with award counts also staying high, suggesting sustained procurement demand rather than a one-time spike.

How to interpret this page

This summary is based on FPDS award records aggregated for the last 10 years using the vendor identifiers provided (CAGE 5WFZ8 and UEI DJACUETFQUL8). Totals reflect obligated dollars and award counts as reported in the source data; agency, NAICS, and annual views are ranked by total obligated amount.

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 = '5WFZ8'
        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
1700 DEPT OF THE NAVY 148,777,797.04 148.78 million 1,229
2400 OFFICE OF PERSONNEL MANAGEMENT 108,427,959.05 108.43 million 153
7300 SMALL BUSINESS ADMINISTRATION 99,294,285.81 99.29 million 105
5700 DEPT OF THE AIR FORCE 88,928,480.93 88.93 million 558
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 88,817,069.33 88.82 million 371
7003 U.S. CITIZENSHIP AND IMMIGRATION SERVICES 65,956,764.74 65.96 million 53
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 65,212,071.82 65.21 million 339
1900 STATE, DEPARTMENT OF 59,481,347.59 59.48 million 663
2100 DEPT OF THE ARMY 57,121,102.05 57.12 million 133
1605 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT 52,210,608.68 52.21 million 196

Insight

Over the last 10 years, GOVSMART, INC. has obligated $1.55 billion across 8,744 awards, with spending concentrated among a small set of agencies. The Department of the Navy is the largest customer at $148.78 million across 1,229 awards, followed by OPM ($108.43 million) and SBA ($99.29 million), indicating a diversified but defense-heavy distribution. Additional significant obligations are spread across DoD and civilian agencies, including the Air Force, USSOCOM, DISA, State, and USCIS, with no single agency accounting for a majority of total obligations.

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 = '5WFZ8'
        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
541519 OTHER COMPUTER RELATED SERVICES 1,483,303,873.28 1.48 billion 7,635
334111 ELECTRONIC COMPUTER MANUFACTURING 16,532,742.24 16.53 million 369
511210 SOFTWARE PUBLISHERS 9,542,935.28 9.54 million 111
334112 COMPUTER STORAGE DEVICE MANUFACTURING 8,587,246.37 8.59 million 40
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 4,520,340.58 4.52 million 98
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 3,516,497.61 3.52 million 129
335999 ALL OTHER MISCELLANEOUS ELECTRICAL EQUIPMENT AND COMPONENT MANUFACTURING 2,412,832.50 2.41 million 26
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 2,357,998.97 2.36 million 21
334515 INSTRUMENT MANUFACTURING FOR MEASURING AND TESTING ELECTRICITY AND ELECTRICAL SIGNALS 1,958,385.55 1.96 million 13
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 1,690,777.16 1.69 million 29

Insight

Over the last 10 years, GOVSMART, INC. (CAGE 5WFZ8) has received 1.55 billion across 8,744 awards, with spending highly concentrated in NAICS 541519, Other Computer Related Services, which accounts for 1.48 billion and 7,635 awards. This NAICS alone represents the clear majority of obligated dollars and awards, indicating a strong dependence on a single primary service category. All other top NAICS categories are comparatively small, each below 17 million in obligated value, with activity distributed across computer equipment, software, and related manufacturing/wholesale classifications.

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 = '5WFZ8'
        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 214,592,278.68 214.59 million 1,103
2024 226,525,095.20 226.53 million 1,087
2023 229,476,134.14 229.48 million 1,241
2022 187,734,128.32 187.73 million 1,164
2021 158,846,777.91 158.85 million 994
2020 151,483,410.10 151.48 million 864
2019 142,866,816.11 142.87 million 675
2018 109,145,170.82 109.15 million 704
2017 92,443,051.78 92.44 million 738
2016 32,639,323.36 32.64 million 174

Insight

Over the last 10 years, GOVSMART, INC. recorded $1.55 billion across 8,744 awards, averaging $176.8K per award. Obligations were concentrated in the most recent years, with 2023-2025 each above $214 million and 2024-2025 showing a slight decline from the 2023 peak of $229.48 million. Earlier years were materially lower, rising from $32.64 million in 2016 to $151.48 million in 2020, indicating sustained growth in both obligation volume and award count over the period.

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.