Federal Contractor

WORLD WIDE TECHNOLOGY, INC. Federal Contract Obligations (Last 5 Years)

WORLD WIDE TECHNOLOGY, INC. federal procurement profile for the last 5 years, showing $2.46 billion in obligated awards across 5,050 actions.

WORLD WIDE TECHNOLOGY, INC. (CAGE 0MNV1, UEI C8VFSNKTMQB6) recorded $2.46 billion in obligated federal awards over the last 5 years, with an average action value of $487,581.96. The vendor’s activity is concentrated in DISA, the Army, and the Air Force, and most obligations fall under computer-related services and electronic computer manufacturing.

Generated at 03/21/2026

Analysis period: Last 5 years

All figures reflect the selected 5-year analysis window and are based on obligated award data; totals, counts, and averages are shown as provided.

CAGE Code
0MNV1
UEI
C8VFSNKTMQB6
Total Obligated
2.46 billion
2,462,288,919.19
Award Actions
5,050
Average Action Value
487,581.96

About WORLD WIDE TECHNOLOGY, INC. federal contract activity

WORLD WIDE TECHNOLOGY, INC. recorded $2.46 billion in obligated awards across 5,050 awards over the last 5 years, with an average award value of $487,581.96. The volume and value profile indicates a high-activity federal vendor with substantial recurring contract flow.

Agency mix and customer concentration

Contract activity is concentrated in defense and national security accounts, led by the DEFENSE INFORMATION SYSTEMS AGENCY (DISA) with $1.04 billion across 288 awards. The DEPT OF THE ARMY and DEPT OF THE AIR FORCE are the next largest customers, while OFFICES, BOARDS AND DIVISIONS and the DEPT OF THE NAVY also represent meaningful portions of spend, indicating a broad defense-oriented customer base.

Industry profile based on NAICS activity

The vendor’s NAICS profile is dominated by IT and technology-related work, especially OTHER COMPUTER RELATED SERVICES at $1.65 billion and ELECTRONIC COMPUTER MANUFACTURING at $623.04 million. Smaller but still material obligations appear in SOFTWARE PUBLISHERS and COMPUTER FACILITIES MANAGEMENT SERVICES, with limited activity in R&D-related work.

Annual contract trend over the analysis window

Annual obligations have remained consistently elevated, ranging from $474.19 million in 2025 to a peak of $521.92 million in 2023. Award counts declined from 1,215 in 2021 to 696 in 2025, suggesting fewer but still substantial awards over time, with obligated value remaining relatively stable.

How to interpret this page

This summary is based on FPDS obligation data tied to CAGE code 0MNV1 and UEI C8VFSNKTMQB6 for the last 5 years. Agency, NAICS, and annual views are aggregated from reported award obligations and award counts; values reflect obligated dollars, not projected ceiling or total contract 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 = '0MNV1'
        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
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 1,043,745,795.26 1.04 billion 288
2100 DEPT OF THE ARMY 444,042,792.83 444.04 million 1,811
5700 DEPT OF THE AIR FORCE 392,269,533.69 392.27 million 1,262
1501 OFFICES, BOARDS AND DIVISIONS 245,634,029.56 245.63 million 663
1700 DEPT OF THE NAVY 94,168,900.68 94.17 million 419
3600 VETERANS AFFAIRS, DEPARTMENT OF 56,520,779.00 56.52 million 6
97DH DEFENSE HEALTH AGENCY (DHA) 39,175,455.72 39.18 million 90
1542 FEDERAL PRISON INDUSTRIES, INC. 23,068,858.09 23.07 million 20
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 17,958,472.64 17.96 million 35
97AS DEFENSE LOGISTICS AGENCY 16,986,853.39 16.99 million 46

Insight

Over the last 5 years, WORLD WIDE TECHNOLOGY, INC. obligated $2.46 billion across 5,050 awards, with spending concentrated in a small number of defense agencies. DISA is the dominant customer at $1.04 billion across 288 awards, accounting for the largest share of obligations. The Army and Air Force are the next largest agencies by dollars, while the Navy, DHA, and other agencies represent materially smaller portions of total spend. Award counts are more dispersed than dollars, indicating a mix of high-dollar, lower-count awards and a broader base of smaller transactions 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 = '0MNV1'
        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
541519 OTHER COMPUTER RELATED SERVICES 1,647,830,925.58 1.65 billion 1,937
334111 ELECTRONIC COMPUTER MANUFACTURING 623,041,453.66 623.04 million 2,598
511210 SOFTWARE PUBLISHERS 112,435,638.46 112.44 million 304
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 56,547,601.26 56.55 million 6
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 12,910,703.36 12.91 million 11
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 2,092,162.89 2.09 million 8
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 1,335,647.27 1.34 million 23
513210 SOFTWARE PUBLISHERS 1,220,480.91 1.22 million 27
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 956,832.87 956.83 thousand 5
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 948,761.87 948.76 thousand 22

Insight

Over the last 5 years, WORLD WIDE TECHNOLOGY, INC. has $2.46 billion in obligated value across 5,050 awards, with activity concentrated in a small set of IT-related NAICS codes. NAICS 541519 (Other Computer Related Services) accounts for $1.65 billion and 1,937 awards, while 334111 (Electronic Computer Manufacturing) adds $623.04 million across 2,598 awards; together these two codes represent the large majority of obligated value and awards. Additional obligation is materially smaller and spread across software publishing and systems/facilities support categories, indicating a broad but highly concentrated federal procurement profile centered on computer-related services and hardware.

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 = '0MNV1'
        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 474,189,757.60 474.19 million 696
2024 500,925,346.98 500.93 million 856
2023 521,923,168.57 521.92 million 1,151
2022 483,161,832.02 483.16 million 1,132
2021 482,088,814.02 482.09 million 1,215

Insight

WORLD WIDE TECHNOLOGY, INC. obligated spending is highly concentrated across the last 5 years, totaling $2.46 billion across 5,050 awards, with an average award value of $487,581.96. Annual obligations have remained relatively stable in a narrow band from $482.09 million to $521.92 million, indicating consistent funding levels rather than a single-year surge. Award counts peaked in 2021 at 1,215 and declined each year to 696 in 2025, suggesting fewer awards with relatively steady obligation volume.

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.