Federal Contractor

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

Federal procurement profile for WORLD WIDE TECHNOLOGY, INC. (CAGE 0MNV1, UEI C8VFSNKTMQB6) covering 2025 obligations, award volume, agencies, and NAICS activity.

In the last full year, WORLD WIDE TECHNOLOGY, INC. recorded $474.19 million in obligated federal awards across 696 actions, for an average action value of $681,307.12. Most spending was concentrated with DISA, the Department of the Army, and the Department of the Air Force, with work centered on computer-related services and electronic computer manufacturing.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the provided analysis window and may not sum exactly across every category due to rounding and multiple classification views.

CAGE Code
0MNV1
UEI
C8VFSNKTMQB6
Total Obligated
474.19 million
474,189,757.60
Award Actions
696
Average Action Value
681,307.12

About WORLD WIDE TECHNOLOGY, INC. federal contract activity

WORLD WIDE TECHNOLOGY, INC. recorded $474.19 million in obligated federal spending across 696 awards during the last full year, with an average award value of $681,307.12. The volume and value profile indicate a high-activity vendor with meaningful concentration in information technology and related infrastructure support.

Agency mix and customer concentration

DISA was the largest customer at $190.78 million across 38 awards, accounting for the largest share of obligations by value. The Army and Air Force followed with $91.07 million and $74.05 million, respectively, while Offices, Boards and Divisions and the Department of Veterans Affairs added smaller but notable activity. Overall, the customer base is weighted toward defense and national security buyers, with most dollar concentration driven by DISA.

Industry profile based on NAICS activity

The vendor’s obligations are dominated by NAICS 541519, Other Computer Related Services, at $314.35 million across 277 awards. Electronic Computer Manufacturing (334111) is the second-largest category by value at $93.70 million, and Computer Facilities Management Services (541513) adds another $28.53 million, reinforcing a portfolio centered on IT services, hardware, and operational support. Smaller contributions from Software Publishers (511210) and R&D-related services (541715) suggest broader technology-adjacent activity, but not at the same scale.

Annual contract trend over the analysis window

The annual trend shows all observed obligations in 2025, totaling $474.19 million over 696 awards. With only one year in the analysis window, there is no multi-year growth pattern to assess. The data nevertheless indicates a substantial current-year procurement footprint rather than intermittent award activity.

How to interpret this page

This summary is based on FPDS-observed obligations tied to CAGE code 0MNV1 and UEI C8VFSNKTMQB6 for the last full year. Agency, NAICS, and trend sections are derived from obligated dollars and award counts only; no assumptions were made beyond the supplied data. Where a category is listed, it reflects the reported FPDS totals for that period.

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 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
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 190,781,286.60 190.78 million 38
2100 DEPT OF THE ARMY 91,069,344.30 91.07 million 266
5700 DEPT OF THE AIR FORCE 74,050,251.03 74.05 million 147
1501 OFFICES, BOARDS AND DIVISIONS 30,439,772.29 30.44 million 98
3600 VETERANS AFFAIRS, DEPARTMENT OF 28,527,465.78 28.53 million 3
1700 DEPT OF THE NAVY 22,829,076.67 22.83 million 47
97DH DEFENSE HEALTH AGENCY (DHA) 12,550,889.56 12.55 million 26
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 10,696,967.56 10.70 million 15
1544 U.S. MARSHALS SERVICE 3,273,668.65 3.27 million 7
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 1,613,057.92 1.61 million 5

Insight

WORLD WIDE TECHNOLOGY, INC. obligated $474.19 million across 696 awards in the last full year, with spending concentrated in a small number of defense agencies. DISA accounted for $190.78 million, or about 40% of total obligations, despite only 38 awards, indicating a high-dollar concentration relative to award count. The Department of the Army and Department of the Air Force were the next largest buyers at $91.07 million and $74.05 million, while the remaining agencies were materially smaller, suggesting the vendor’s federal activity is heavily weighted toward defense-related demand.

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 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
541519 OTHER COMPUTER RELATED SERVICES 314,348,346.61 314.35 million 277
334111 ELECTRONIC COMPUTER MANUFACTURING 93,698,061.55 93.70 million 325
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 28,527,465.78 28.53 million 3
511210 SOFTWARE PUBLISHERS 24,112,947.53 24.11 million 58
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 12,910,703.36 12.91 million 11
513210 SOFTWARE PUBLISHERS 248,336.66 248.34 thousand 8
334112 COMPUTER STORAGE DEVICE MANUFACTURING 130,250.82 130.25 thousand 3
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 58,443.84 58.44 thousand 1
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 44,008.68 44.01 thousand 3
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 35,269.64 35.27 thousand 1

Insight

WORLD WIDE TECHNOLOGY, INC. received 474.19 million across 696 awards in the last full year, with obligations concentrated in IT-related NAICS codes. NAICS 541519 (Other Computer Related Services) accounted for the largest share at 314.35 million across 277 awards, followed by NAICS 334111 (Electronic Computer Manufacturing) at 93.70 million across 325 awards; together these two categories represent the bulk of obligated value. Smaller but material obligations were recorded in NAICS 541513, 511210, and 541715, indicating a broader mix of computer services, software, and related technical work, while the remaining NAICS codes each contributed only minor amounts.

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 1 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

Insight

In the last full year, WORLD WIDE TECHNOLOGY, INC. (CAGE 0MNV1) recorded $474.19 million in obligated dollars across 696 awards, for an average award value of $681.3 thousand. The activity is moderately distributed across a relatively high number of awards, indicating a broad obligation base rather than reliance on a small number of very large actions. With only one year provided in the 1-year window, this section reflects the current annual volume and obligation level, but does not support a year-over-year trend assessment.

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.